-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 695 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/lnsp/koala
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gorilla/mux v1.8.0 // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/miekg/dns v1.1.27
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.6 // indirect
github.com/pkg/errors v0.8.0
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/sirupsen/logrus v1.1.1
github.com/wpalmer/gozone v0.0.0-20180608130547-4c2e215d1f9a
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
)
go 1.16