blob: f510a5603c98f73c4f763aca2a292a24e4f968e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
module github.com/posener/complete/v2
go 1.20
require (
bou.ke/monkey v1.0.2
github.com/posener/autogen v0.0.3
github.com/posener/script v1.2.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|