Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #63

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ module github.com/canonical/athena-core
go 1.16

require (
github.com/Files-com/files-sdk-go v1.0.180
github.com/Files-com/files-sdk-go v1.2.1218
github.com/dropbox/godropbox v0.0.0-20200228041828-52ad444d3502 // indirect
github.com/flosch/pongo2/v4 v4.0.2
github.com/go-orm/gorm v0.0.0-20161201081620-eb06255b667d
github.com/go-sql-driver/mysql v1.6.0
github.com/go-sql-driver/mysql v1.7.1
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/lileio/pubsub/v2 v2.5.0
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/lileio/pubsub/v2 v2.6.1
github.com/makyo/snuffler v0.0.0-20190210075944-33446730a4fe
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/nats-io/nats-server/v2 v2.2.2 // indirect
github.com/nats-io/nats-streaming-server v0.21.2 // indirect
github.com/nats-io/stan.go v0.8.3
github.com/simpleforce/simpleforce v0.0.0-20211207104336-af9d9a281fea
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/nats-io/stan.go v0.10.0
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/segmentio/ksuid v1.0.3 // indirect
github.com/simpleforce/simpleforce v0.0.0-20220429021116-acf4ac67ef68
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gopkg.in/yaml.v3 v3.0.1
)
Loading
Loading