Skip to content

Commit

Permalink
Merge pull request #102 from homenoc/develop
Browse files Browse the repository at this point in the history
v4.xへの対応化
  • Loading branch information
yoneyan committed Jul 22, 2021
2 parents 946c46c + dc89619 commit 48b121b
Show file tree
Hide file tree
Showing 120 changed files with 5,215 additions and 2,671 deletions.
7 changes: 6 additions & 1 deletion configs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"token1": "token1",
"token2": "token2",
"token3": "token3"
}
},
"timezone": "Asia/Tokyo"
},
"stripe": {
"webhook_secret_key": "",
"secret_key": ""
},
"db": {
"ip": "127.0.0.1",
Expand Down
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ go 1.13

require (
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20200209025033-430dd4e66960
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e // indirect
github.com/gin-gonic/gin v1.6.3
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/gorm v1.9.16
github.com/mitchellh/go-homedir v1.1.0
github.com/parnurzeal/gorequest v0.2.16 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stripe/stripe-go/v72 v72.50.0
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.11
moul.io/http2curl v1.0.0 // indirect
)
127 changes: 15 additions & 112 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 48b121b

Please sign in to comment.