diff options
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,15 +1,13 @@ +# This was generated by ./generate-vendor.sh [[constraint]] branch = "master" name = "golang.org/x/crypto" [[constraint]] branch = "master" - name = "golang.org/x/sys" + name = "golang.org/x/net" [[constraint]] branch = "master" - name = "golang.org/x/net" + name = "golang.org/x/sys" -[prune] - go-tests = true - unused-packages = true |