Skip to content

Commit

Permalink
Dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll committed Mar 9, 2024
1 parent d807290 commit c909a43
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 164 deletions.
29 changes: 14 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
module github.com/lstoll/tjts

go 1.18
go 1.22

require (
github.com/Comcast/gots v0.0.0-20210729193645-c0b8c9c849f7
github.com/etherlabsio/go-m3u8 v0.1.2
github.com/google/uuid v1.3.0
github.com/mattn/go-sqlite3 v1.14.8
github.com/Comcast/gots/v2 v2.2.1
github.com/etherlabsio/go-m3u8 v1.0.0
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/oklog/run v1.1.0
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
github.com/prometheus/client_golang v1.19.0
github.com/sirupsen/logrus v1.9.3
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.50.0 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
Loading

0 comments on commit c909a43

Please sign in to comment.