-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (17 loc) · 614 Bytes
/
go.mod
File metadata and controls
21 lines (17 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module plugn
go 1.24.0
toolchain go1.24.1
require (
github.com/BurntSushi/toml v1.6.0
github.com/dokku/duplex v0.0.0-20160916172127-5bc6cb8042f7
github.com/progrium/go-basher v5.1.8+incompatible
github.com/progrium/plugin-demo v0.0.0-20160206152045-d94df2206a64
)
require (
github.com/google/uuid v1.1.4 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/progrium/crypto v0.0.0-20141231035031-e04455474e32 // indirect
golang.org/x/crypto v0.45.0 // indirect
)