Skip to content
Open
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
7 changes: 3 additions & 4 deletions chatbot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/kubeflow/code-intelligence/chatbot
go 1.13

require (
github.com/aws/aws-sdk-go v1.15.78
github.com/aws/aws-sdk-go v1.44.122
github.com/ghodss/yaml v1.0.0
github.com/go-kit/kit v0.9.0
github.com/hashicorp/go-getter v1.4.1
github.com/hashicorp/go-getter v1.7.0
github.com/onrik/logrus v0.5.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/sirupsen/logrus v1.6.0
github.com/square/go-jose/v3 v3.0.0-20200430180204-d84c719419c2
github.com/tidwall/gjson v1.6.0 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/yaml.v2 v2.2.8 // indirect
golang.org/x/net v0.1.0
)
Loading