go-wiki/go.mod
dependabot[bot] 9d983c0485
Bump golang.org/x/net from 0.7.0 to 0.38.0
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>
2025-04-16 23:39:09 +00:00

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
)