Change production environment detection
This commit is contained in:
21
go.mod
21
go.mod
@ -3,14 +3,14 @@ module github.com/animenotifier/notify.moe
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.48.0 // indirect
|
||||
cloud.google.com/go v0.49.0 // indirect
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||
github.com/aerogo/aero v1.3.48
|
||||
github.com/aerogo/aero v1.3.49
|
||||
github.com/aerogo/api v0.2.3
|
||||
github.com/aerogo/crawler v0.2.5
|
||||
github.com/aerogo/flow v0.1.5
|
||||
github.com/aerogo/graphql v0.4.4
|
||||
github.com/aerogo/http v1.1.1
|
||||
github.com/aerogo/http v1.1.2
|
||||
github.com/aerogo/log v0.2.6
|
||||
github.com/aerogo/manifest v0.1.5
|
||||
github.com/aerogo/markdown v0.1.9
|
||||
@ -50,13 +50,13 @@ require (
|
||||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
||||
github.com/json-iterator/go v1.1.8
|
||||
github.com/logpacker/PayPal-Go-SDK v1.1.4
|
||||
github.com/mailgun/mailgun-go/v3 v3.6.1
|
||||
github.com/mailgun/mailgun-go/v3 v3.6.3
|
||||
github.com/mailru/easyjson v0.7.0 // indirect
|
||||
github.com/minio/minio-go/v6 v6.0.41
|
||||
github.com/minio/minio-go/v6 v6.0.43
|
||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
||||
github.com/mssola/user_agent v0.5.0
|
||||
github.com/pariz/gountries v0.0.0-20191029140926-233bc78cf5b5
|
||||
github.com/shirou/gopsutil v2.19.10+incompatible
|
||||
github.com/shirou/gopsutil v2.19.11+incompatible
|
||||
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
||||
github.com/smartystreets/assertions v1.0.0 // indirect
|
||||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
|
||||
@ -65,10 +65,11 @@ require (
|
||||
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
|
||||
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
|
||||
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
|
||||
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 // indirect
|
||||
golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
||||
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect
|
||||
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
||||
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
|
||||
google.golang.org/appengine v1.6.5 // indirect
|
||||
gopkg.in/ini.v1 v1.51.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.5 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.7 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user