This commit is contained in:
parent
eb9188f1e6
commit
dc49717829
2 changed files with 3 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -9,7 +9,7 @@ require (
|
|||
github.com/hashicorp/terraform-plugin-go v0.24.0
|
||||
github.com/hashicorp/terraform-plugin-log v0.9.0
|
||||
github.com/hashicorp/terraform-plugin-testing v1.10.0
|
||||
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird v0.4.0
|
||||
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird v0.0.0-20250501122727-b1d200fdc53c
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -68,5 +68,3 @@ require (
|
|||
google.golang.org/grpc v1.72.1 // indirect
|
||||
google.golang.org/protobuf v1.36.6 // indirect
|
||||
)
|
||||
|
||||
replace gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird => ./extra/lyrebird
|
||||
|
|
2
go.sum
2
go.sum
|
@ -168,6 +168,8 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6
|
|||
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
|
||||
gitlab.com/yawning/edwards25519-extra v0.0.0-20231005122941-2149dcafc266 h1:IvjshROr8z24+UCiOe/90cUWt3QDr8Rt+VkUjZsn+i0=
|
||||
gitlab.com/yawning/edwards25519-extra v0.0.0-20231005122941-2149dcafc266/go.mod h1:K/3SQWdJL6udzwInHk1gaYaECYxMp9dDayniPq6gCSo=
|
||||
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird v0.0.0-20250501122727-b1d200fdc53c h1:O9umOGCfoU7xRINYtLyMJJtemXYzFShdlpt9B4elkms=
|
||||
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird v0.0.0-20250501122727-b1d200fdc53c/go.mod h1:kIDNgu8u7XjkaDv3C67DXELPEREbEO01I3UWdZ6ME0w=
|
||||
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
|
||||
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
|
||||
go.opentelemetry.io/otel v1.34.0 h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue