Skip to content

Commit

Permalink
Upgrade dependencies (closes #183)
Browse files Browse the repository at this point in the history
  • Loading branch information
adatzer committed Apr 29, 2021
1 parent 23ca30b commit 570952d
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 214 deletions.
45 changes: 17 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,23 @@ module github.com/snowplow/sql-runner
go 1.15

require (
cloud.google.com/go/bigquery v1.13.0
github.com/armon/go-metrics v0.3.3 // indirect
github.com/aws/aws-sdk-go v1.15.27
github.com/go-ini/ini v1.38.2 // indirect
github.com/go-pg/pg v6.14.5+incompatible
github.com/hashicorp/consul v1.2.2
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/memberlist v0.2.2 // indirect
github.com/hashicorp/serf v0.8.1 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
cloud.google.com/go/bigquery v1.17.0
github.com/aws/aws-sdk-go v1.38.29
github.com/go-pg/pg v6.15.1+incompatible
github.com/hashicorp/consul/api v1.8.1
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/snowflakedb/gosnowflake v1.3.12
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20201026091529-146b70c837a4
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 // indirect
google.golang.org/api v0.34.0
gopkg.in/ini.v1 v1.57.0 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.16.1 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/snowflakedb/gosnowflake v1.4.3
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
google.golang.org/api v0.45.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
mellium.im/sasl v0.2.1 // indirect
)
Loading

0 comments on commit 570952d

Please sign in to comment.