@@ -6,6 +6,7 @@ require (
6
6
github.com/google/addlicense v1.1.1
7
7
github.com/google/go-licenses v1.6.0
8
8
github.com/goreleaser/goreleaser v1.18.2
9
+ github.com/lmittmann/tint v1.0.5
9
10
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
10
11
github.com/oschwald/geoip2-golang v1.8.0
11
12
github.com/prometheus/client_golang v1.15.0
@@ -134,7 +135,7 @@ require (
134
135
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
135
136
github.com/gobwas/glob v0.2.3 // indirect
136
137
github.com/gogo/protobuf v1.3.2 // indirect
137
- github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
138
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
138
139
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
139
140
github.com/golang/protobuf v1.5.3 // indirect
140
141
github.com/google/go-cmp v0.6.0 // indirect
@@ -174,7 +175,6 @@ require (
174
175
github.com/klauspost/pgzip v1.2.5 // indirect
175
176
github.com/kylelemons/godebug v1.1.0 // indirect
176
177
github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
177
- github.com/lmittmann/tint v1.0.5 // indirect
178
178
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
179
179
github.com/magiconair/properties v1.8.7 // indirect
180
180
github.com/mailru/easyjson v0.7.7 // indirect
0 commit comments