Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Jan 21, 2022
1 parent 0952ad6 commit afc1431
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 52 deletions.
19 changes: 17 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
module github.com/kevwan/chatbot

go 1.15
go 1.17

require (
github.com/tal-tech/go-zero v1.2.1
github.com/tal-tech/go-zero v1.2.5
github.com/wangbin/jiebago v0.3.2
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/go-logr/logr v1.2.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
go.opentelemetry.io/otel v1.3.0 // indirect
go.opentelemetry.io/otel/sdk v1.3.0 // indirect
go.opentelemetry.io/otel/trace v1.3.0 // indirect
go.uber.org/automaxprocs v1.4.0 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 // indirect
)
Loading

0 comments on commit afc1431

Please sign in to comment.