-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module goa.design/goa/v3 to v3.18.0
- Loading branch information
1 parent
6dcfc9c
commit c4f2fa7
Showing
2 changed files
with
24 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
module github.com/PingCAP-QE/ee-apps/dl | ||
|
||
go 1.21 | ||
go 1.21.0 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/ks3sdklib/aws-sdk-go v1.3.0 | ||
github.com/opencontainers/image-spec v1.1.0 | ||
goa.design/goa/v3 v3.16.1 | ||
goa.design/goa/v3 v3.18.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
oras.land/oras-go/v2 v2.5.0 | ||
) | ||
|
||
require ( | ||
github.com/AnatolyRugalev/goregen v0.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | ||
github.com/go-chi/chi/v5 v5.0.12 // indirect | ||
github.com/go-chi/chi/v5 v5.1.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/sergi/go-diff v1.3.1 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
golang.org/x/mod v0.19.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.20.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.23.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters