1
0
mirror of https://github.com/Luzifer/mediatimeline.git synced 2024-09-21 00:42:56 +00:00
mediatimeline/go.mod
dependabot[bot] 98c160b4fb
Bump golang.org/x/net from 0.0.0-20190424112056-4829fb13d2c6 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190424112056-4829fb13d2c6 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 18:33:30 +00:00

25 lines
1.0 KiB
Modula-2

module github.com/Luzifer/mediatimeline
go 1.12
require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/Luzifer/go_helpers v2.8.1+incompatible // indirect
github.com/Luzifer/go_helpers/v2 v2.9.1
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/gorilla/mux v1.7.3
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.1 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)