2019-07-14 21:45:57 +02:00
|
|
|
module git.haefelfinger.net/philipp.haefelfinger/SideCarJpegCleaner
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2022-12-04 22:14:45 +01:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
2019-07-14 21:45:57 +02:00
|
|
|
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
|
|
|
|
)
|