Skip to content

Commit

Permalink
Fix artifacts left after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
zzwx committed Nov 9, 2019
1 parent 71bf712 commit 360f567
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 396 deletions.
222 changes: 0 additions & 222 deletions fileInfo.go

This file was deleted.

143 changes: 0 additions & 143 deletions gamut.go

This file was deleted.

10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ module github.com/zzwx/gamutmask
go 1.13

require (
github.com/cheggaaa/pb v2.0.7+incompatible
github.com/cheggaaa/pb/v3 v3.0.2
github.com/fatih/color v1.7.0 // indirect
github.com/fogleman/gg v1.3.0
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.2
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
gopkg.in/fatih/color.v1 v1.7.0 // indirect
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
)
Loading

0 comments on commit 360f567

Please sign in to comment.