mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
103 lines
2 KiB
TOML
103 lines
2 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
|
|
|
|
ignored = ["github.com/safing/portbase/*"]
|
|
|
|
[[constraint]]
|
|
name = "github.com/agext/levenshtein"
|
|
version = "1.2.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/cloudflare/cfssl"
|
|
version = "1.3.3"
|
|
|
|
[[constraint]]
|
|
branch = "v2.1"
|
|
name = "github.com/cookieo9/resources-go"
|
|
|
|
[[constraint]]
|
|
name = "github.com/coreos/go-iptables"
|
|
version = "0.4.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/godbus/dbus"
|
|
version = "5.0.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/google/gopacket"
|
|
version = "1.1.17"
|
|
|
|
[[constraint]]
|
|
name = "github.com/google/renameio"
|
|
version = "0.1.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/miekg/dns"
|
|
version = "1.1.15"
|
|
|
|
[[constraint]]
|
|
name = "github.com/oschwald/maxminddb-golang"
|
|
version = "1.3.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/satori/go.uuid"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/shirou/gopsutil"
|
|
version = "2.19.6"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cobra"
|
|
version = "0.0.5"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/tevino/abool"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/umahmood/haversine"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/crypto"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/net"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/sys"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
name = "github.com/hashicorp/go-version"
|
|
version = "1.2.0"
|