diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-09 18:11:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-09 18:13:56 +0200 |
commit | 5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb (patch) | |
tree | 35c6ffd3ec526190c9917ec5398716fd80bbcf84 /Gopkg.lock | |
parent | b41922e5c81a8121734143f9b773f976cd891081 (diff) |
Switch to go modules
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Gopkg.lock b/Gopkg.lock deleted file mode 100644 index b0e361e..0000000 --- a/Gopkg.lock +++ /dev/null @@ -1,42 +0,0 @@ -# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. - - -[[projects]] - branch = "master" - name = "golang.org/x/crypto" - packages = [ - "blake2s", - "chacha20poly1305", - "curve25519", - "internal/chacha20", - "poly1305" - ] - revision = "ab813273cd59e1333f7ae7bff5d027d4aadf528c" - -[[projects]] - branch = "master" - name = "golang.org/x/net" - packages = [ - "bpf", - "internal/iana", - "internal/socket", - "ipv4", - "ipv6" - ] - revision = "dfa909b99c79129e1100513e5cd36307665e5723" - -[[projects]] - branch = "master" - name = "golang.org/x/sys" - packages = [ - "cpu", - "unix" - ] - revision = "c11f84a56e43e20a78cee75a7c034031ecf57d1f" - -[solve-meta] - analyzer-name = "dep" - analyzer-version = 1 - inputs-digest = "d85ae9d2b4afafc3d7535505c46368cbbbec350cf876616302c1bcf44f6ec103" - solver-name = "gps-cdcl" - solver-version = 1 |