From 126c45c72e98963e4e73852a6d4945ec4359620b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 30 Apr 2024 09:39:00 +0900 Subject: Add files --- go.mod | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..995e62d --- /dev/null +++ b/go.mod @@ -0,0 +1,32 @@ +module undef.ninja/x/feedaka + +go 1.20 + +require ( + github.com/labstack/echo/v4 v4.11.1 + github.com/mattn/go-sqlite3 v1.14.17 + github.com/mmcdole/gofeed v1.2.1 + golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 +) + +require ( + github.com/PuerkitoBio/goquery v1.8.0 // indirect + github.com/andybalholm/cascadia v1.3.1 // indirect + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect + github.com/hashicorp/errwrap v1.0.0 // indirect + github.com/hashicorp/go-multierror v1.1.1 // indirect + github.com/json-iterator/go v1.1.12 // indirect + github.com/labstack/gommon v0.4.0 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect + github.com/mmcdole/goxpp v1.1.0 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + golang.org/x/crypto v0.11.0 // indirect + golang.org/x/net v0.12.0 // indirect + golang.org/x/sys v0.11.0 // indirect + golang.org/x/text v0.11.0 // indirect + golang.org/x/time v0.3.0 // indirect +) -- cgit v1.2.3-70-g09d2