go-wiki/go.mod
dependabot[bot] 2119bbfbb1
Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200301022130-244492dfa37a 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-25 00:14:01 +00:00

11 lines
249 B
Modula-2

module github.com/rjNemo/go-wiki
go 1.14
require (
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.3.0
github.com/stretchr/testify v1.5.1 // indirect
github.com/stripe/stripe-go v70.5.0+incompatible
golang.org/x/net v0.7.0 // indirect
)