Use go embed for web files and remove httptreemux (#382)

- replace togo with go embed
- replace httptreemux with gin

closes #308
This commit is contained in:
Anbraten
2021-09-29 17:34:56 +02:00
committed by GitHub
parent a82d569bd1
commit ed6d3f3cea
26 changed files with 62 additions and 12984 deletions

1
go.mod
View File

@@ -9,7 +9,6 @@ require (
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/bradrydzewski/togo v0.0.0-20180401185031-50a0e4726e74 // indirect
github.com/containerd/containerd v1.5.5 // indirect
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/docker/cli v0.0.0-20200303215952-eb310fca4956
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v20.10.8+incompatible