-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 1.05 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
module github.com/lpimem/hlcsrv
go 1.15
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/go-playground/ansi v2.1.0+incompatible // indirect
github.com/go-playground/errors v3.3.0+incompatible // indirect
github.com/go-playground/errors/v5 v5.1.1 // indirect
github.com/go-playground/log v6.3.0+incompatible
github.com/go-playground/log/v7 v7.0.2 // indirect
github.com/go-playground/pkg/v5 v5.1.0 // indirect
github.com/golang/protobuf v1.4.2
github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7 // indirect
github.com/mattn/go-sqlite3 v1.14.2
github.com/mattn/goveralls v0.0.6 // indirect
github.com/pquerna/cachecontrol v0.0.0-20200819021114-67c6ae64274f // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
golang.org/x/tools v0.0.0-20200828161849-5deb26317202 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)