mirror of
https://github.com/dnote/dnote
synced 2026-03-15 23:15:50 +01:00
* Allow to run server side postgres migration * Automate migration creation * Check if sql-migrate exists
122 lines
2.3 KiB
TOML
122 lines
2.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"]
|
|
# 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]]
|
|
name = "github.com/aymerick/douceur"
|
|
version = "0.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/dnote/actions"
|
|
version = "0.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/dnote/color"
|
|
version = "1.7.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/google/go-github"
|
|
version = "26.0.9"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/mux"
|
|
version = "1.7.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/securecookie"
|
|
version = "1.1.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/sessions"
|
|
version = "1.1.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/jinzhu/gorm"
|
|
version = "1.9.9"
|
|
|
|
[[constraint]]
|
|
name = "github.com/joho/godotenv"
|
|
version = "1.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/lib/pq"
|
|
version = "1.1.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/markbates/goth"
|
|
version = "1.54.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mattn/go-sqlite3"
|
|
version = "1.10.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/robfig/cron"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/satori/go.uuid"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/sergi/go-diff"
|
|
version = "1.0.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cobra"
|
|
version = "0.0.5"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stripe/stripe-go"
|
|
version = "61.7.1"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/crypto"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/time"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/gomail.v2"
|
|
version = "2.0.0"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/yaml.v2"
|
|
version = "2.2.2"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
revision = "f4d34eae5a5cf210693e81c604e6bac5f6727927"
|
|
name = "github.com/rubenv/sql-migrate"
|