mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
74 lines
1.3 KiB
TOML
74 lines
1.3 KiB
TOML
# Gopkg.toml example
|
|
#
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
#
|
|
# [[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]]
|
|
name = "github.com/bwmarrin/discordgo"
|
|
version = "0.23.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gin-gonic/gin"
|
|
version = "1.3.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/go-audio/audio"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/go-audio/wav"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobuffalo/packr"
|
|
version = "1.13.7"
|
|
|
|
[[constraint]]
|
|
name = "github.com/jinzhu/gorm"
|
|
version = "1.9.1"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/rylio/ytdl"
|
|
|
|
[[constraint]]
|
|
name = "github.com/sirupsen/logrus"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/tidwall/gjson"
|
|
version = "1.1.3"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/dgrijalva/jwt-go.v3"
|
|
version = "3.2.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/jinzhu/copier"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|