Skip to content
Snippets Groups Projects
Gopkg.toml 563 B
Newer Older
  • Learn to ignore specific revisions
  • Viktor Popov's avatar
    Viktor Popov committed
    [[constraint]]
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
      branch = "392-fixing-configuration-issues-with-vault-and-default-values"
    
    Viktor Popov's avatar
    Viktor Popov committed
      name = "code.vereign.com/code/viam-apis"
    
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    [[override]]
      name = "github.com/hashicorp/go-retryablehttp"
      version = "=v0.5.4"
    
    
    Viktor Popov's avatar
    Viktor Popov committed
    [[constraint]]
      branch = "master"
      name = "golang.org/x/net"
    
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    [[constraint]]
      name = "github.com/grpc-ecosystem/grpc-gateway"
      version = "1.4.1"
    
    
    Viktor Popov's avatar
    Viktor Popov committed
    [[constraint]]
      name = "google.golang.org/grpc"
      version = "1.13.0"
    
    
    Olgun Cengiz's avatar
    Olgun Cengiz committed
    [[constraint]]
      version = "=v1.6.3"
      name = "github.com/spf13/viper"
    
    
    Viktor Popov's avatar
    Viktor Popov committed
    [prune]
      go-tests = true
      unused-packages = true