summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2020-04-06 22:25:04 +0200
committerVictor Häggqvist <[email protected]>2020-04-06 22:25:04 +0200
commitd0a84f15f765383e077fee487af61c0e2e6bdf6d (patch)
treef252fe29ecaee7670cbca51e54c0e122066d0a04 /Gopkg.toml
parentf96b7fc1e15ad88c80814e6b153c74453098f499 (diff)
use mod
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml44
1 files changed, 0 insertions, 44 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
deleted file mode 100644
index 1481acc..0000000
--- a/Gopkg.toml
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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]]
- name = "github.com/go-ini/ini"
- version = "1.8.6"
-
-
-[[constraint]]
- name = "github.com/gocarina/gocsv"
- branch = "master"
-
-
-[[constraint]]
- branch = "master"
- name = "github.com/victorhaggqvist/pflag"
-
-[prune]
- go-tests = true
- unused-packages = true