golang.org/x/exp is not in your go.mod file

This commit is contained in:
JupiterRider 2024-11-03 12:29:12 +01:00
parent ab0d3a3fb2
commit 8ea76a8e09
2 changed files with 3 additions and 0 deletions

View file

@ -21,5 +21,6 @@ require (
require (
github.com/ebitengine/purego v0.7.1 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.20.0 // indirect
)