diff --git a/core/src/test/resources/golang/go.mod b/core/src/test/resources/golang/go.mod index cf2dbff992e..a833f27af93 100644 --- a/core/src/test/resources/golang/go.mod +++ b/core/src/test/resources/golang/go.mod @@ -1,10 +1,5 @@ module my/thing -require github.com/ethereum/go-ethereum v1.8.17 - -require ( - github.com/go-gitea/gitea v1.5.0 - golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect -) +go 1.25.0 replace bad/thing v1.4.5 => good/thing v1.4.5 diff --git a/core/src/test/resources/golang/go.sum b/core/src/test/resources/golang/go.sum index 32102934c9c..e69de29bb2d 100644 --- a/core/src/test/resources/golang/go.sum +++ b/core/src/test/resources/golang/go.sum @@ -1,8 +0,0 @@ -github.com/ethereum/go-ethereum v1.8.17/go.mod h1:PwpWDrCLZrV+tfrhqqF6kPknbISMHaJv9Ln3kPCZLwY= -github.com/go-gitea/gitea v1.5.0/go.mod h1:g8iUbfFNyuJp8u7GsSggxI8NQyuxeGTyqxogl3imbQM= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=