-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go version, dependencies, build process
- Loading branch information
Showing
5 changed files
with
360 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
module github.com/fydrah/loginapp | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/coreos/go-oidc v2.2.1+incompatible | ||
github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/fsnotify/fsnotify v1.5.1 | ||
github.com/gobuffalo/logger v1.0.4 // indirect | ||
github.com/gobuffalo/packr/v2 v2.8.1 | ||
github.com/julienschmidt/httprouter v1.3.0 | ||
github.com/karrick/godirwalk v1.16.1 // indirect | ||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c | ||
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect | ||
github.com/prometheus/client_golang v1.8.0 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/pquerna/cachecontrol v0.1.0 // indirect | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/prometheus/common v0.31.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.7.1 | ||
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19 | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
github.com/spf13/viper v1.9.0 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/net v0.0.0-20211007125505-59d4e928ea9d // indirect | ||
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
) |
Oops, something went wrong.