Files
core/go.mod
dependabot[bot] 9f6724446c Bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 (#106)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221014081412-f15817d10f9b 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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 17:22:09 +00:00

24 lines
561 B
Modula-2

module github.com/PeernetOfficial/core
go 1.18
require (
github.com/IncSW/geoip2 v0.1.2
github.com/akrylysov/pogreb v0.10.1
github.com/enfipy/locker v1.1.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/blake3 v1.1.7
)
require (
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
github.com/stretchr/testify v1.8.0 // indirect
)