Skip to content

Commit

Permalink
chore: clean the go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Sep 1, 2020
1 parent e981425 commit 387e3dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 131 deletions.
21 changes: 4 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,16 @@ module github.com/saltbo/zpan

go 1.14

//replace github.com/saltbo/gopkg => /opt/works/gopkg

require (
github.com/aws/aws-sdk-go v1.34.11
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/aws/aws-sdk-go v1.34.14
github.com/gin-gonic/gin v1.6.3
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.10 // indirect
github.com/mailru/easyjson v0.7.2 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/rakyll/statik v0.1.7
github.com/saltbo/gopkg v0.0.0-20200827161817-a4f845cbc9b2
github.com/saltbo/moreu v0.0.0-20200831124119-22b4b6ac176b
github.com/saltbo/moreu v0.0.0-20200901140802-6416fd963285
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/urfave/cli/v2 v2.2.0 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
golang.org/x/tools v0.0.0-20200809012840-6f4f008689da // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)

//replace github.com/saltbo/gopkg => /opt/works/gopkg
Loading

0 comments on commit 387e3dc

Please sign in to comment.