Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kwf2030 committed Oct 5, 2018
1 parent 94b8b4a commit 499b0a0
Show file tree
Hide file tree
Showing 157 changed files with 33,580 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hiprice-admin",
"version": "0.1.0",
"version": "1.0.0",
"description": "HiPrice Admin",
"author": "kwf2030 <kwf2030@163.com>",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module github.com/kwf2030/hiprice-chatbot

require (
github.com/go-sql-driver/mysql v1.4.0
github.com/kwf2030/commons v1.0.0
github.com/kwf2030/commons/boltdb v0.0.0-20181005050135-fada95a17c4f
github.com/kwf2030/wechatbot v1.0.0
github.com/rs/cors v1.5.0
github.com/rs/zerolog v1.9.1
go.etcd.io/bbolt v1.3.1-etcd.8
gopkg.in/yaml.v2 v2.2.1
)
19 changes: 19 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
github.com/go-sql-driver/mysql v1.4.0 h1:7LxgVwFb2hIQtMm87NdgAVfXjnt4OePseqT1tKx+opk=
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
github.com/kwf2030/commons v1.0.0 h1:e2oJiRW3CgHZx/gK6AHH2jJBp2dt23L8Yew0fZcR3vU=
github.com/kwf2030/commons v1.0.0/go.mod h1:isAtI5J+6Vdpg8hIt+oZ8rE9AQGaawlD64uY1Yu7iBc=
github.com/kwf2030/commons/boltdb v0.0.0-20181005050135-fada95a17c4f h1:sR0XroqpIeZ3RjEjtSMehLl1fZTEWoDTMMd21BwYTGc=
github.com/kwf2030/commons/boltdb v0.0.0-20181005050135-fada95a17c4f/go.mod h1:P0USBLY/LWsPa2SW/OkLn4QnycW5rxp5aTwpFp7pt9g=
github.com/kwf2030/wechatbot v1.0.0 h1:1SRnlZiJXw9B1N7/ohT/X3z5EOLAwrDzcyIGHZXV4Xs=
github.com/kwf2030/wechatbot v1.0.0/go.mod h1:RrC8EX+MzsvXvNWhtGQw137pwIKKUhN9z2zACWF8XE8=
github.com/rs/cors v1.5.0 h1:dgSHE6+ia18arGOTIYQKKGWLvEbGvmbNE6NfxhoNHUY=
github.com/rs/cors v1.5.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
github.com/rs/zerolog v1.9.1 h1:AjV/SFRF0+gEa6rSjkh0Eji/DnkrJKVpPho6SW5g4mU=
github.com/rs/zerolog v1.9.1/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=
go.etcd.io/bbolt v1.3.0 h1:oY10fI923Q5pVCVt1GBTZMn8LHo5M+RCInFpeMnV4QI=
go.etcd.io/bbolt v1.3.0/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.etcd.io/bbolt v1.3.1-etcd.8 h1:6J7QAKqfFBGnU80KRnuQxfjjeE5xAGE/qB810I3FQHQ=
go.etcd.io/bbolt v1.3.1-etcd.8/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"errors"
)

const Version = "0.1.0"
const Version = "1.0.0"

var (
bucketUserID = []byte("user_id")
Expand Down
9 changes: 9 additions & 0 deletions vendor/github.com/go-sql-driver/mysql/.gitignore

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

107 changes: 107 additions & 0 deletions vendor/github.com/go-sql-driver/mysql/.travis.yml

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

89 changes: 89 additions & 0 deletions vendor/github.com/go-sql-driver/mysql/AUTHORS

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

Loading

0 comments on commit 499b0a0

Please sign in to comment.