Skip to content

Commit

Permalink
Merge pull request circleci#39 from circleci/dependabot/go_modules/gi…
Browse files Browse the repository at this point in the history
…thub.com/circleci/ex-1.0.4948-b7d29a5

Bump github.com/circleci/ex from 1.0.4666-4d96b9f to 1.0.4948-b7d29a5
  • Loading branch information
pete-woods authored Nov 21, 2022
2 parents ae7340e + 573fbf7 commit 73ef33d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 209 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.18

require (
github.com/alecthomas/kong v0.6.1
github.com/circleci/ex v1.0.4666-4d96b9f
github.com/circleci/ex v1.0.4948-b7d29a5
github.com/gin-gonic/gin v1.8.1
github.com/google/uuid v1.3.0
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
gotest.tools/v3 v3.4.0
)

Expand All @@ -25,9 +25,9 @@ require (
github.com/goccy/go-json v0.9.7 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hellofresh/health-go/v4 v4.7.0 // indirect
github.com/honeycombio/beeline-go v1.10.0 // indirect
github.com/honeycombio/beeline-go v1.11.1 // indirect
github.com/honeycombio/dynsampler-go v0.2.1 // indirect
github.com/honeycombio/libhoney-go v1.17.0 // indirect
github.com/honeycombio/libhoney-go v1.17.1 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.13.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
Expand All @@ -38,23 +38,22 @@ require (
github.com/jackc/pgx/v4 v4.17.2 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/rollbar/rollbar-go v1.4.5 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/trace v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 73ef33d

Please sign in to comment.