Vladimir Hodakov
c9855116da
As result of profile format change, introduced in game update yesterday we need to change profile regexp. As result of some refactoring, rarely changed data removed from database and added to sources of bot.
63 lines
1.2 KiB
TOML
63 lines
1.2 KiB
TOML
# Gopkg.toml example
|
|
#
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project"
|
|
# version = "1.0.0"
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project2"
|
|
# branch = "dev"
|
|
# source = "github.com/myfork/project2"
|
|
#
|
|
# [[override]]
|
|
# name = "github.com/x/y"
|
|
# version = "2.4.0"
|
|
#
|
|
# [prune]
|
|
# non-go = false
|
|
# go-tests = true
|
|
# unused-packages = true
|
|
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "bitbucket.org/pztrn/flagger"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "bitbucket.org/pztrn/mogrus"
|
|
|
|
[[constraint]]
|
|
name = "github.com/go-sql-driver/mysql"
|
|
version = "1.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/go-telegram-bot-api/telegram-bot-api"
|
|
version = "4.6.1"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/jmoiron/sqlx"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pressly/goose"
|
|
version = "2.1.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/robfig/cron"
|
|
version = "1.0.0"
|
|
|
|
[[constraint]]
|
|
branch = "v2"
|
|
name = "gopkg.in/yaml.v2"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|