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
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module hellogo
go 1.12

require (
github.com/Azure/go-autorest/autorest/adal v0.9.16 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/DataDog/go-python3 v0.0.0-20210805105248-03d93fb21b67
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
Expand All @@ -16,8 +15,7 @@ require (
github.com/funny/link v0.0.0-20190805113223-98708916287b
github.com/funny/utest v0.0.0-20161029064919-43870a374500 // indirect
github.com/garyburd/redigo v1.6.2
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.7.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-resty/resty/v2 v2.6.0
github.com/gocql/gocql v0.0.0-20201024154641-5913df4d474e // indirect
Expand All @@ -30,11 +28,9 @@ require (
github.com/jeanphorn/log4go v0.0.0-20190526082429-7dbb8deb9468
github.com/jinzhu/gorm v1.9.16
github.com/johanbrandhorst/grpc-json-example v0.0.0-20180722152311-a20c72379c60
github.com/kubernetes-client/go v0.0.0-20200222171647-9dac5e4c5400 // indirect
github.com/panjf2000/ants/v2 v2.4.6
github.com/pierrre/imageserver v0.0.0-20190609201707-8c89cbc7ecdb
github.com/prometheus/client_golang v1.11.0
github.com/sbinet/go-python v0.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/goconvey v1.6.4
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07 // indirect
Expand All @@ -43,14 +39,13 @@ require (
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/grpc v1.39.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
knative.dev/client v0.25.1
knative.dev/eventing v0.25.0
knative.dev/serving v0.25.1
layeh.com/gopher-luar v1.0.8
)
74 changes: 17 additions & 57 deletions go.sum

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions vendor/github.com/gin-gonic/gin/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/gin-gonic/gin/AUTHORS.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading