Now compiles under Go 1.17+
Signed-off-by: Aoi Koizumi (古泉 あおい) <novaburst@kalli.st>
This commit is contained in:
committed by
James Mills
parent
1833d56686
commit
a6d10baaf3
20
go.mod
20
go.mod
@@ -3,6 +3,8 @@ module git.mills.io/prologic/spyda
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
git.mills.io/prologic/bitcask v1.0.2
|
||||
git.mills.io/prologic/observe v0.0.0-20210712230028-fc31c7aa2bd1
|
||||
github.com/GeertJohan/go.rice v1.0.2
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver v1.5.0 // indirect
|
||||
@@ -10,6 +12,7 @@ require (
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
||||
github.com/RoaringBitmap/roaring v0.5.5 // indirect
|
||||
github.com/akavel/rsrc v0.10.2 // indirect
|
||||
github.com/andreadipersio/securecookie v0.0.0-20131119095127-e3c3b33544ec
|
||||
github.com/antchfx/xmlquery v1.3.3 // indirect
|
||||
github.com/antchfx/xpath v1.1.11 // indirect
|
||||
@@ -33,23 +36,25 @@ require (
|
||||
github.com/huandu/xstrings v1.3.2 // indirect
|
||||
github.com/imdario/mergo v0.3.11 // indirect
|
||||
github.com/james4k/fmatter v0.0.0-20150827042251-377c8ea6259d
|
||||
github.com/jessevdk/go-flags v1.5.0 // indirect
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/justinas/nosurf v1.1.1
|
||||
github.com/mitchellh/copystructure v1.1.1 // indirect
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
git.mills.io/prologic/bitcask v0.3.10
|
||||
git.mills.io/prologic/observe v0.0.0-20181231082615-747b185a0928
|
||||
github.com/prometheus/client_golang v1.9.0 // indirect
|
||||
github.com/prometheus/procfs v0.4.0 // indirect
|
||||
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
||||
github.com/renstrom/shortuuid v3.0.0+incompatible
|
||||
github.com/robfig/cron v1.2.0
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/steambap/captcha v1.3.1
|
||||
github.com/stretchr/testify v1.6.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/tdewolff/minify/v2 v2.12.0 // indirect
|
||||
github.com/tdewolff/parse/v2 v2.6.2 // indirect
|
||||
github.com/tinylib/msgp v1.1.5 // indirect
|
||||
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979
|
||||
github.com/valyala/fasttemplate v1.2.1 // indirect
|
||||
github.com/vcraescu/go-paginator v1.0.0
|
||||
github.com/wblakecaldwell/profiler v0.0.0-20150908040756-6111ef1313a1
|
||||
github.com/willf/bitset v1.1.11 // indirect
|
||||
@@ -57,12 +62,7 @@ require (
|
||||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
||||
golang.org/x/exp v0.0.0-20210201131500-d352d2db2ceb // indirect
|
||||
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
||||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
||||
golang.org/x/text v0.3.5 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.25.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
gopkg.in/mail.v2 v2.3.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user