first commit
This commit is contained in:
11
stego-server/go.mod
Normal file
11
stego-server/go.mod
Normal file
@ -0,0 +1,11 @@
|
||||
module stego-server
|
||||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.23.9
|
||||
|
||||
require (
|
||||
github.com/auyer/steganography v1.0.3 // indirect
|
||||
golang.org/x/image v0.27.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
Reference in New Issue
Block a user