]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Set go 1.17 in go.mod
authorMatt Joiner <anacrolix@gmail.com>
Mon, 16 Aug 2021 00:38:43 +0000 (10:38 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 16 Aug 2021 00:38:43 +0000 (10:38 +1000)
go.mod

diff --git a/go.mod b/go.mod
index 95f5bd5774bb4d83cc1fa5add055da4640e81c4d..5a45857a80a89ea40677a8911008b24462ef8242 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,40 @@ require (
        golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
 )
 
-go 1.16
+require (
+       github.com/alexflint/go-scalar v1.0.0 // indirect
+       github.com/anacrolix/mmsg v1.0.0 // indirect
+       github.com/anacrolix/stm v0.3.0-alpha // indirect
+       github.com/benbjohnson/immutable v0.3.0 // indirect
+       github.com/bits-and-blooms/bitset v1.2.0 // indirect
+       github.com/google/go-cmp v0.5.4 // indirect
+       github.com/google/uuid v1.3.0 // indirect
+       github.com/huandu/xstrings v1.3.2 // indirect
+       github.com/kr/pretty v0.2.1 // indirect
+       github.com/kr/text v0.1.0 // indirect
+       github.com/mschoch/smat v0.2.0 // indirect
+       github.com/pion/dtls/v2 v2.0.9 // indirect
+       github.com/pion/logging v0.2.2 // indirect
+       github.com/pion/mdns v0.0.5 // indirect
+       github.com/pion/randutil v0.1.0 // indirect
+       github.com/pion/rtcp v1.2.6 // indirect
+       github.com/pion/sctp v1.7.12 // indirect
+       github.com/pion/sdp/v3 v3.0.4 // indirect
+       github.com/pion/stun v0.3.5 // indirect
+       github.com/pion/transport v0.12.3 // indirect
+       github.com/pion/turn/v2 v2.0.5 // indirect
+       github.com/pion/udp v0.1.1 // indirect
+       github.com/pmezard/go-difflib v1.0.0 // indirect
+       github.com/rs/dnscache v0.0.0-20210201191234-295bba877686 // indirect
+       github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
+       github.com/spaolacci/murmur3 v1.1.0 // indirect
+       github.com/willf/bitset v1.1.11 // indirect
+       github.com/willf/bloom v2.0.3+incompatible // indirect
+       golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
+       gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+)
+
+go 1.17
 
 exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417