mirror of
https://github.com/vbatts/utils.git
synced 2025-08-03 08:10:29 +00:00
8 lines
111 B
Modula-2
8 lines
111 B
Modula-2
module github.com/go-git/gcfg
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
gopkg.in/warnings.v0 v0.1.2
|
|
)
|