Skip to content
Snippets Groups Projects

Use `require` rather than `replace` for dtls version.

Merged David Fifield requested to merge dcf/snowflake:dtls_v2.0.12 into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -6,6 +6,7 @@ require (
github.com/google/uuid v1.2.0 // indirect
github.com/pion/dtls/v2 v2.0.12 // indirect
@@ -21,5 +22,3 @@ require (
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c
)
replace github.com/pion/dtls/v2 => github.com/pion/dtls/v2 v2.0.12
Loading