Skip to content

Commit

Permalink
fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Mar 17, 2022
1 parent d9df480 commit 6a11449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

replace github.com/lucas-clemente/quic-go v0.25.0 => github.com/IrineSistiana/quic-go v0.25.0-mod

require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/IrineSistiana/mosdns/v3 v3.5.2 h1:+/f/Q9i8bIYPH9aOu2B22g0is7WBUC5yY92ZD0gPkBs=
github.com/IrineSistiana/mosdns/v3 v3.5.2/go.mod h1:DK7a8gRl8tCvC4BwR8+LykD622XDqHCVu5nsyYo/REA=
github.com/IrineSistiana/quic-go v0.25.0-mod h1:i4NC0HzVEAbitcfoSK06YaeHL8Zz9WvOBs6SQBzV2BI=
github.com/IrineSistiana/quic-go v0.25.0-mod/go.mod h1:YtzP8bxRVCBlO77yRanE264+fY/T2U9ZlW1AaHOsMOg=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 h1:52m0LGchQBBVqJRyYYufQuIbVqRawmubW3OFGqK1ekw=
Expand Down

0 comments on commit 6a11449

Please sign in to comment.