@@ -4,38 +4,38 @@ go 1.19
44
55require (
66 github.com/Songmu/prompter v0.5.1
7- github.com/coreos/go-oidc/v3 v3.5 .0
7+ github.com/coreos/go-oidc/v3 v3.6 .0
88 github.com/evanphx/json-patch/v5 v5.6.0
99 github.com/fatih/structs v1.1.0
1010 github.com/gliderlabs/ssh v0.3.5
11- github.com/go-sql-driver/mysql v1.7.0
12- github.com/gofiber/fiber/v2 v2.41.0
13- github.com/gofiber/helmet/v2 v2.2.23
14- github.com/gofiber/template v1.7.4
11+ github.com/go-sql-driver/mysql v1.7.1
12+ github.com/gofiber/fiber/v2 v2.46.0
13+ github.com/gofiber/helmet/v2 v2.2.26
14+ github.com/gofiber/template v1.8.1
15+ github.com/gofrs/uuid v4.4.0+incompatible
1516 github.com/golang-jwt/jwt v3.2.2+incompatible
1617 github.com/ip2location/ip2location-go v8.3.0+incompatible
1718 github.com/jinzhu/copier v0.3.5
1819 github.com/jmoiron/sqlx v1.3.5
1920 github.com/lestrrat-go/jwx v1.2.25
20- github.com/oidc-mytoken/api v0.10.0
21+ github.com/oidc-mytoken/api v0.10.1-0.20230412103735-ccd26fb9a9ae
2122 github.com/oidc-mytoken/lib v0.7.0
2223 github.com/oidc-mytoken/utils v0.1.2
2324 github.com/patrickmn/go-cache v2.1.0+incompatible
24- github.com/pires/go-proxyproto v0.6.2
25+ github.com/pires/go-proxyproto v0.7.0
2526 github.com/pkg/errors v0.9.1
26- github.com/satori/go.uuid v1.2.0
27- github.com/sirupsen/logrus v1.9.0
27+ github.com/sirupsen/logrus v1.9.2
2828 github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
29- github.com/valyala/fasthttp v1.44 .0
30- golang.org/x/crypto v0.5 .0
31- golang.org/x/mod v0.7 .0
32- golang.org/x/oauth2 v0.4 .0
33- golang.org/x/term v0.4 .0
29+ github.com/valyala/fasthttp v1.47 .0
30+ golang.org/x/crypto v0.9 .0
31+ golang.org/x/mod v0.10 .0
32+ golang.org/x/oauth2 v0.8 .0
33+ golang.org/x/term v0.8 .0
3434 gopkg.in/yaml.v3 v3.0.1
3535)
3636
3737require (
38- github.com/andybalholm/brotli v1.0.4 // indirect
38+ github.com/andybalholm/brotli v1.0.5 // indirect
3939 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
4040 github.com/cbroglie/mustache v1.4.0 // indirect
4141 github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
@@ -44,21 +44,26 @@ require (
4444 github.com/go-resty/resty/v2 v2.7.0 // indirect
4545 github.com/goccy/go-json v0.9.7 // indirect
4646 github.com/golang/protobuf v1.5.2 // indirect
47- github.com/klauspost/compress v1.15.11 // indirect
47+ github.com/google/uuid v1.3.0 // indirect
48+ github.com/klauspost/compress v1.16.3 // indirect
4849 github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
4950 github.com/lestrrat-go/blackmagic v1.0.0 // indirect
5051 github.com/lestrrat-go/httpcc v1.0.1 // indirect
5152 github.com/lestrrat-go/iter v1.0.1 // indirect
5253 github.com/lestrrat-go/option v1.0.0 // indirect
5354 github.com/mattn/go-colorable v0.1.13 // indirect
54- github.com/mattn/go-isatty v0.0.17 // indirect
55+ github.com/mattn/go-isatty v0.0.18 // indirect
5556 github.com/mattn/go-runewidth v0.0.14 // indirect
57+ github.com/philhofer/fwd v1.1.2 // indirect
5658 github.com/rivo/uniseg v0.2.0 // indirect
5759 github.com/russross/blackfriday/v2 v2.1.0 // indirect
60+ github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
61+ github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
62+ github.com/tinylib/msgp v1.1.8 // indirect
5863 github.com/valyala/bytebufferpool v1.0.0 // indirect
5964 github.com/valyala/tcplisten v1.0.0 // indirect
60- golang.org/x/net v0.5 .0 // indirect
61- golang.org/x/sys v0.4 .0 // indirect
65+ golang.org/x/net v0.10 .0 // indirect
66+ golang.org/x/sys v0.8 .0 // indirect
6267 google.golang.org/appengine v1.6.7 // indirect
6368 google.golang.org/protobuf v1.28.0 // indirect
6469)
0 commit comments