mirror of
https://tildegit.org/solderpunk/molly-brown.git
synced 2025-04-13 09:29:46 +00:00
Declare dependenc upon x/sys to support OpenBSD security features.
This commit is contained in:
parent
b16a8584a6
commit
86720131d3
2 changed files with 6 additions and 1 deletions
5
go.mod
5
go.mod
|
@ -2,4 +2,7 @@ module tildegit.org/solderpunk/molly-brown
|
|||
|
||||
go 1.15
|
||||
|
||||
require github.com/BurntSushi/toml v1.2.1 // indirect
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.2.1 // indirect
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
)
|
||||
|
|
2
go.sum
2
go.sum
|
@ -1,2 +1,4 @@
|
|||
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
|
||||
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
|
||||
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
|
||||
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
|
|
Loading…
Add table
Reference in a new issue