github.com/vanus-labs/vanus/lib@v0.0.0-20231221070800-1334a7b9605e/go.mod (about) 1 module github.com/vanus-labs/vanus/lib 2 3 go 1.19 4 5 require ( 6 github.com/smartystreets/goconvey v1.8.1 7 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 8 ) 9 10 require ( 11 github.com/gopherjs/gopherjs v1.17.2 // indirect 12 github.com/jtolds/gls v4.20.0+incompatible // indirect 13 github.com/smarty/assertions v1.15.1 // indirect 14 ) 15 16 replace github.com/vanus-labs/vanus => ../FORBIDDEN_DEPENDENCY