Skip to content

Commit

Permalink
Merge pull request #333 from overmindtech/renovate/overmindtech-go
Browse files Browse the repository at this point in the history
Update Overmind Dependencies
  • Loading branch information
DavidS-ovm authored May 29, 2024
2 parents cd4ca05 + 7009bff commit 65e1a28
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 140 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ require (
github.com/mattn/go-isatty v0.0.20
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/overmindtech/aws-source v0.0.0-20240524071840-3dc3ae490503
github.com/overmindtech/sdp-go v0.73.1
github.com/overmindtech/stdlib-source v0.0.0-20240524071854-ddcabf478dd8
github.com/overmindtech/aws-source v0.0.0-20240529134622-79d96effc425
github.com/overmindtech/sdp-go v0.75.0
github.com/overmindtech/stdlib-source v0.0.0-20240529140859-7a69b70ff1c8
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
Expand Down Expand Up @@ -99,7 +99,7 @@ require (
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/btree v1.1.2 // indirect
Expand All @@ -109,7 +109,7 @@ require (
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
Expand All @@ -121,12 +121,12 @@ require (
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/nats-io/jwt/v2 v2.5.7 // indirect
github.com/nats-io/nats.go v1.34.1 // indirect
github.com/nats-io/nats.go v1.35.0 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/openrdap/rdap v0.9.2-0.20240517203139-eb57b3a8dedd // indirect
github.com/overmindtech/discovery v0.27.3 // indirect
github.com/overmindtech/discovery v0.27.5 // indirect
github.com/overmindtech/sdpcache v1.6.4 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Expand All @@ -153,7 +153,6 @@ require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.21.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
Expand Down
Loading

0 comments on commit 65e1a28

Please sign in to comment.