Skip to content

Commit

Permalink
chore(deps): bump github.com/xmidt-org/touchstone from 0.1.3 to 0.1.7
Browse files Browse the repository at this point in the history
Bumps [github.com/xmidt-org/touchstone](https://github.com/xmidt-org/touchstone) from 0.1.3 to 0.1.7.
- [Release notes](https://github.com/xmidt-org/touchstone/releases)
- [Changelog](https://github.com/xmidt-org/touchstone/blob/main/CHANGELOG.md)
- [Commits](xmidt-org/touchstone@v0.1.3...v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/xmidt-org/touchstone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 42b9bb3 commit 980cb73
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 63 deletions.
19 changes: 10 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ go 1.17
require (
github.com/jtacoma/uritemplates v1.0.0
github.com/lestrrat-go/jwx/v2 v2.1.1
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_golang v1.20.3
github.com/stretchr/testify v1.9.0
github.com/xmidt-org/chronon v0.1.1
github.com/xmidt-org/touchstone v0.1.3
github.com/xmidt-org/touchstone v0.1.7
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
gopkg.in/h2non/gock.v1 v1.1.2
)

require (
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/segmentio/asm v1.2.0 // indirect
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
Expand All @@ -32,14 +33,14 @@ require (
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/fx v1.22.2
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/sys v0.22.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
golang.org/x/sys v0.25.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 980cb73

Please sign in to comment.