mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-06 02:36:40 +00:00
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>
11 lines
249 B
Modula-2
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
|
|
)
|