-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rogerwelin
committed
Jun 14, 2022
1 parent
dfb7cd9
commit 089be33
Showing
2 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,37 @@ | ||
module github.com/rogerwelin/cassowary | ||
|
||
go 1.15 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.30.24 | ||
github.com/fatih/color v1.7.0 | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
github.com/prometheus/client_golang v1.3.0 | ||
github.com/schollz/progressbar v1.0.0 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
gonum.org/v1/plot v0.9.0 | ||
) | ||
|
||
require ( | ||
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect | ||
github.com/fogleman/gg v1.3.0 // indirect | ||
github.com/go-fonts/liberation v0.1.1 // indirect | ||
github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07 // indirect | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/jmespath/go-jmespath v0.3.0 // indirect | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/phpdave11/gofpdf v1.4.2 // indirect | ||
github.com/prometheus/client_model v0.1.0 // indirect | ||
github.com/prometheus/common v0.7.0 // indirect | ||
github.com/prometheus/procfs v0.0.8 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
golang.org/x/image v0.0.0-20210216034530-4410531fe030 // indirect | ||
golang.org/x/sys v0.0.0-20210304124612-50617c2ba197 // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters