github.com/singularityware/singularity@v3.1.1+incompatible/Gopkg.toml (about)

     1  # Gopkg.toml example
     2  #
     3  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     4  # for detailed Gopkg.toml documentation.
     5  #
     6  # required = ["github.com/user/thing/cmd/thing"]
     7  # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
     8  #
     9  # [[constraint]]
    10  #   name = "github.com/user/project"
    11  #   version = "1.0.0"
    12  #
    13  # [[constraint]]
    14  #   name = "github.com/user/project2"
    15  #   branch = "dev"
    16  #   source = "github.com/myfork/project2"
    17  #
    18  # [[override]]
    19  #   name = "github.com/x/y"
    20  #   version = "2.4.0"
    21  #
    22  # [prune]
    23  #   non-go = false
    24  #   go-tests = true
    25  #   unused-packages = true
    26  
    27  required = [
    28      "github.com/containernetworking/plugins/plugins/ipam/dhcp",
    29      "github.com/containernetworking/plugins/plugins/ipam/host-local",
    30      "github.com/containernetworking/plugins/plugins/ipam/host-local/backend/allocator",
    31      "github.com/containernetworking/plugins/plugins/ipam/static",
    32      "github.com/containernetworking/plugins/plugins/main/bridge",
    33      "github.com/containernetworking/plugins/plugins/main/host-device",
    34      "github.com/containernetworking/plugins/plugins/main/ipvlan",
    35      "github.com/containernetworking/plugins/plugins/main/loopback",
    36      "github.com/containernetworking/plugins/plugins/main/macvlan",
    37      "github.com/containernetworking/plugins/plugins/main/ptp",
    38      "github.com/containernetworking/plugins/plugins/main/vlan",
    39      "github.com/containernetworking/plugins/plugins/meta/bandwidth",
    40      "github.com/containernetworking/plugins/plugins/meta/flannel",
    41      "github.com/containernetworking/plugins/plugins/meta/portmap",
    42      "github.com/containernetworking/plugins/plugins/meta/tuning",
    43  ]
    44  
    45  [[constraint]]
    46    name = "github.com/pelletier/go-toml"
    47    version = "1.2.0"
    48  
    49  [[constraint]]
    50    name = "github.com/sylabs/sif"
    51    version = "1.0.2"
    52  
    53  [[constraint]]
    54    branch = "master"
    55    name = "github.com/containers/image"
    56  
    57  [[constraint]]
    58    name = "github.com/gorilla/websocket"
    59    version = "1.2.0"
    60  
    61  [[constraint]]
    62    branch = "master"
    63    name = "github.com/opencontainers/image-spec"
    64  
    65  [[constraint]]
    66    branch = "master"
    67    name = "github.com/containerd/cgroups"
    68  
    69  [[constraint]]
    70    branch = "master"
    71    name = "github.com/opencontainers/runtime-spec"
    72  
    73  [[constraint]]
    74    branch = "master"
    75    name = "github.com/spf13/cobra"
    76  
    77  [[constraint]]
    78    name = "github.com/spf13/pflag"
    79    version = "1.0.0"
    80  
    81  [[constraint]]
    82    name = "github.com/opencontainers/selinux"
    83    version = "v1.0.0-rc1"
    84  
    85  [[constraint]]
    86    name = "github.com/seccomp/libseccomp-golang"
    87    version = "v0.9.0"
    88  
    89  [[constraint]]
    90    name = "github.com/kr/pty"
    91    version = "v1.1.3"
    92  
    93  [prune]
    94    go-tests = true
    95    unused-packages = true
    96  
    97    [[prune.project]]
    98      name = "github.com/containernetworking/plugins"
    99      unused-packages = false
   100  
   101  # patched fork from github.com/opencontainers/image-tools
   102  [[override]]
   103    branch = "master"
   104    name = "github.com/opencontainers/image-tools"
   105    source = "https://github.com/sylabs/image-tools"
   106  
   107  # patched fork from github.com/golang/crypto
   108  [[override]]
   109    branch = "master"
   110    name = "golang.org/x/crypto"
   111    source = "https://github.com/sylabs/golang-x-crypto"
   112  
   113  [[override]]
   114    branch = "master"
   115    name = "github.com/prometheus/client_golang"
   116  
   117  [[override]]
   118    revision = "da99009bbb1165d1ac5688b5c81d2f589d418341"
   119    name = "github.com/docker/docker"
   120  
   121  [[constraint]]
   122    name = "github.com/sylabs/json-resp"
   123    version = "0.1.0"