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

require (
github.com/aliyun/alibaba-cloud-sdk-go v1.60.285
github.com/chenjiandongx/go-echarts v0.0.0-20190717143123-790eda35c8aa
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
Expand All @@ -12,12 +11,9 @@ require (
github.com/golang/protobuf v1.3.3
github.com/google/go-cmp v0.3.0 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/json-iterator/go v1.1.7 // indirect
github.com/labstack/echo/v4 v4.1.8
github.com/modern-go/reflect2 v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
golang.org/x/net v0.7.0 // indirect
google.golang.org/grpc v1.28.0
)
Loading