tu-wien
/
kerma
Archived
2
0
Fork 0
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
kerma/go.mod

16 lines
363 B
Modula-2

module kerma
go 1.19
require (
github.com/docker/go v1.5.1-1
github.com/smartystreets/goconvey v1.7.2
golang.org/x/exp v0.0.0-20221026153819-32f3d567a233
)
require (
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
)