Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iSchluff committed Jun 11, 2024
1 parent de3ad9e commit d93a3e7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 491 deletions.
15 changes: 10 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
module github.com/voc/srtrelay

go 1.13
go 1.18

require (
github.com/Showmax/go-fqdn v1.0.0
github.com/haivision/srtgo v0.0.0-20230627061225-a70d53fcd618
github.com/minio/minio v0.0.0-20201124200415-f96ed3769f87
github.com/pelletier/go-toml/v2 v2.1.0
golang.org/x/sys v0.14.0 // indirect
google.golang.org/protobuf v1.22.0
github.com/pelletier/go-toml/v2 v2.2.2
google.golang.org/protobuf v1.34.2
gotest.tools/v3 v3.5.1
)

require (
github.com/IGLOU-EU/go-wildcard/v2 v2.0.2
github.com/google/go-cmp v0.6.0 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
golang.org/x/sys v0.21.0 // indirect
)
Loading

0 comments on commit d93a3e7

Please sign in to comment.