Skip to content

Commit

Permalink
Merge pull request tinyci#52 from erikh/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies; depend on ci-agents master
  • Loading branch information
Erik Hollensbe committed Jun 29, 2020
2 parents 9a20f60 + 57be7fe commit eb6d3e1
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 9 deletions.
19 changes: 10 additions & 9 deletions go.mod
Expand Up @@ -27,10 +27,11 @@ require (
github.com/imdario/mergo v0.3.9 // indirect
github.com/jackc/pgx v3.6.0+incompatible // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jinzhu/gorm v1.9.13 // indirect
github.com/jinzhu/gorm v1.9.14 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Expand All @@ -45,23 +46,23 @@ require (
github.com/rogpeppe/go-internal v1.3.2 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 // indirect
github.com/tinyci/ci-agents v0.2.3
github.com/tinyci/ci-agents v0.2.4-0.20200629061413-d6e5617f46e4
github.com/uber/jaeger-client-go v2.24.0+incompatible // indirect
github.com/urfave/cli v1.22.4
go.mongodb.org/mongo-driver v1.3.4 // indirect
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/mobile v0.0.0-20190910184405-b558ed863381 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
golang.org/x/text v0.3.3 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200612220849-54c614fe050c // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200612171551-7676ae05be11 // indirect
google.golang.org/grpc v1.29.1 // indirect
google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5 // indirect
google.golang.org/grpc v1.30.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/apimachinery v0.18.3 // indirect
Expand Down

0 comments on commit eb6d3e1

Please sign in to comment.