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.7.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.7.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
250 B
Modula-2
11 lines
250 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.38.0 // indirect
|
|
)
|