File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/Allan-Nava/go-gemini
33go 1.21
44
55require (
6- github.com/caarlos0/env/v6 v6.10.1 // indirect
7- github.com/go-resty/resty/v2 v2.7.0 // indirect
6+ github.com/caarlos0/env/v6 v6.10.1
7+ github.com/go-resty/resty/v2 v2.7.0
88 github.com/joho/godotenv v1.5.1
9- golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
10- gopkg.in/validator.v2 v2.0.1 // indirect
119)
10+
11+ require golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
Original file line number Diff line number Diff line change @@ -11,5 +11,3 @@ golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7w
1111golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
1212golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
1313golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
14- gopkg.in/validator.v2 v2.0.1 h1:xF0KWyGWXm/LM2G1TrEjqOu4pa6coO9AlWSf3msVfDY =
15- gopkg.in/validator.v2 v2.0.1 /go.mod h1:lIUZBlB3Im4s/eYp39Ry/wkR02yOPhZ9IwIRBjuPuG8 =
File renamed without changes.
You can’t perform that action at this time.
0 commit comments