File: go.mod

package info (click to toggle)
golang-github-cactus-mlog 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/cactus/mlog

go 1.16

require (
	github.com/cactus/tai64 v1.0.2
	gotest.tools/v3 v3.5.0
)