Skip to content

Commit

Permalink
Upgrade lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Apr 16, 2024
1 parent f8d51e4 commit fea0611
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 476 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.18', '1.19' ]
go_version: [ '1.21', '1.22' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.18', '1.19' ]
go_version: [ '1.21', '1.22' ]
store:
- bigcache
- freecache
Expand Down
23 changes: 11 additions & 12 deletions lib/go.mod
@@ -1,28 +1,27 @@
module github.com/eko/gocache/lib/v4

go 1.19
go 1.22

require (
github.com/golang/mock v1.6.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.8.1
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/sync v0.7.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.52.3 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit fea0611

Please sign in to comment.