-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (27 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/jsiebens/tskeyservice
go 1.19
require (
github.com/coreos/go-oidc/v3 v3.4.0
github.com/hashicorp/go-bexpr v0.1.11
github.com/labstack/echo/v4 v4.9.1
github.com/tailscale/tailscale-client-go v1.6.1-0.20221130102115-2b0c25ac47da
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/pointerstructure v1.2.1 // indirect
github.com/tailscale/hujson v0.0.0-20220506213045-af5ed07155e5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)