Files
gropple/go.mod
dependabot[bot] 2f81db98f5 Bump golang.org/x/mod from 0.5.1 to 0.9.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.5.1 to 0.9.0.
- [Release notes](https://github.com/golang/mod/releases)
- [Commits](https://github.com/golang/mod/compare/v0.5.1...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 10:45:22 +00:00

10 lines
137 B
Modula-2

module github.com/tardisx/gropple
go 1.20
require (
github.com/gorilla/mux v1.8.0
golang.org/x/mod v0.9.0
gopkg.in/yaml.v2 v2.4.0
)