Files
live-stego-experiments/stego-client/go.mod
2025-05-22 17:22:27 +02:00

10 lines
141 B
Modula-2

module stego-client
go 1.21.9
require (
github.com/auyer/steganography v1.0.3
github.com/chai2010/webp v1.4.0
gopkg.in/yaml.v3 v3.0.1
)