mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-06 00:13:20 +00:00
fe1404de80
Modern Go requires this.
19 lines
661 B
Modula-2
19 lines
661 B
Modula-2
module github.com/barnacs/compy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ahmetb/go-httpbin v0.0.0-20200921172446-862fbad56b77
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/chai2010/webp v1.1.1
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/miolini/datacounter v1.0.3
|
|
github.com/pixiv/go-libjpeg v0.0.0-20190822045933-3da21a74767d
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/tdewolff/minify/v2 v2.10.0
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
gopkg.in/kothar/brotli-go.v0 v0.0.0-20170728081549-771231d473d6
|
|
)
|