Using Go modules for dependency management
This commit is contained in:
9
go.mod
9
go.mod
@ -9,6 +9,7 @@ require (
|
||||
github.com/aerogo/aero v0.0.0-20190317230610-002df37963de
|
||||
github.com/aerogo/api v0.0.0-20190310235049-403cc29275db
|
||||
github.com/aerogo/cluster v0.0.0-20190305233322-868ff14c5f10 // indirect
|
||||
github.com/aerogo/codetree v0.0.0-20180702001430-4c75b3ac0bda // indirect
|
||||
github.com/aerogo/crawler v0.0.0-20181030000118-fabbd43626f0
|
||||
github.com/aerogo/flow v0.0.0-20171102061202-e6f8e102dde8 // indirect
|
||||
github.com/aerogo/http v0.0.0-20180702004711-b85543a85b31
|
||||
@ -17,7 +18,11 @@ require (
|
||||
github.com/aerogo/markdown v0.0.0-20190328134403-48007a0f59d1
|
||||
github.com/aerogo/mirror v0.0.0-20180702004733-62dba2e2c4c1 // indirect
|
||||
github.com/aerogo/nano v0.0.0-20190311125158-4afb5ae923e8
|
||||
github.com/aerogo/pack v0.0.0-20190306083300-99de3037e3d0 // indirect
|
||||
github.com/aerogo/packet v0.0.0-20190317234656-8328f3b074e9 // indirect
|
||||
github.com/aerogo/pixy v0.0.0-20181116085627-5aedfddc123b // indirect
|
||||
github.com/aerogo/run v0.0.0-20180425201357-0a63c077eed6 // indirect
|
||||
github.com/aerogo/scarlet v0.0.0-20181106173913-25b08b4e8cb1 // indirect
|
||||
github.com/aerogo/session-store-nano v0.0.0-20171101083405-a9d579661baa
|
||||
github.com/aerogo/sitemap v0.0.0-20171118144810-926059a596ae
|
||||
github.com/animenotifier/anilist v0.0.0-20190305235615-d1d5baf3760a
|
||||
@ -48,6 +53,7 @@ require (
|
||||
github.com/klauspost/compress v1.4.1 // indirect
|
||||
github.com/klauspost/cpuid v1.2.0 // indirect
|
||||
github.com/logpacker/PayPal-Go-SDK v1.1.4
|
||||
github.com/lucasb-eyer/go-colorful v1.0.1 // indirect
|
||||
github.com/minio/minio-go v6.0.14+incompatible
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
||||
@ -57,10 +63,12 @@ require (
|
||||
github.com/parnurzeal/gorequest v0.2.15 // indirect
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
github.com/rjeczalik/notify v0.9.2 // indirect
|
||||
github.com/shirou/gopsutil v2.18.12+incompatible
|
||||
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
||||
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/tdewolff/minify v2.3.6+incompatible // indirect
|
||||
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
||||
github.com/tdewolff/test v1.0.0 // indirect
|
||||
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
|
||||
@ -74,6 +82,7 @@ require (
|
||||
golang.org/x/net v0.0.0-20190327214358-63eda1eb0650 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
|
||||
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
|
||||
golang.org/x/tools v0.0.0-20190328030505-8f05a32dce9f // indirect
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
||||
gopkg.in/ini.v1 v1.42.0 // indirect
|
||||
|
Reference in New Issue
Block a user