This repository has been archived on 2023-07-20. You can view files and clone it, but cannot push or open issues or pull requests.
util/go.mod
2021-06-09 00:13:22 -04:00

9 lines
119 B
Modula-2

module code.gitea.io/pkg/util
go 1.16
require (
github.com/stretchr/testify v1.7.0
github.com/unknwon/com v1.0.1
)