You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PiwigoDirectoryUploader/go.mod

14 lines
445 B
Modula-2

module git.haefelfinger.net/piwigo/PiwigoDirectoryUploader
go 1.14
require (
github.com/golang/mock v1.4.3
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
)