-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hk: bump deps, go 1.22.x in ci (#21)
* hk: bump deps, go 1.22.x in ci * ci: update all actions * hk: deprecated ioutil temp dir -> os mk temp dir * hk: update proto-gen-go locally, regenerate pb-s
- Loading branch information
Showing
10 changed files
with
80 additions
and
1,572 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
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
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
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
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
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,31 @@ | ||
module github.com/bsm/accord | ||
|
||
go 1.17 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/Masterminds/squirrel v1.5.2 | ||
github.com/bsm/ginkgo/v2 v2.1.3 | ||
github.com/bsm/gomega v1.18.1 | ||
github.com/Masterminds/squirrel v1.5.4 | ||
github.com/bsm/ginkgo/v2 v2.12.0 | ||
github.com/bsm/gomega v1.27.10 | ||
github.com/dgraph-io/badger v1.6.2 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/google/uuid v1.3.0 | ||
github.com/joho/godotenv v1.4.0 | ||
github.com/lib/pq v1.10.4 | ||
google.golang.org/grpc v1.56.3 | ||
google.golang.org/protobuf v1.33.0 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/google/uuid v1.6.0 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/lib/pq v1.10.9 | ||
google.golang.org/grpc v1.63.2 | ||
google.golang.org/protobuf v1.34.0 | ||
) | ||
|
||
require ( | ||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/dgraph-io/ristretto v0.0.2 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/golang/glog v1.2.1 // indirect | ||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect | ||
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect | ||
) |
Oops, something went wrong.