Skip to content

Commit

Permalink
screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
adonovan committed Mar 31, 2021
1 parent 5dae013 commit e067d70
Show file tree
Hide file tree
Showing 4 changed files with 877 additions and 19 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ the client program that generates it.

You can probably tell that web UIs are not my expertise.
PRs that provide cosmetic improvements are most welcome!

![Screenshot](screenshot.png)
18 changes: 17 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ module github.com/adonovan/spaghetti
go 1.16

require (
contrib.go.opencensus.io/exporter/ocagent v0.4.12 // indirect
github.com/Azure/azure-amqp-common-go v1.1.4 // indirect
github.com/Azure/go-autorest v11.1.2+incompatible // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/gohugoio/hugo v0.82.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/kyokomi/emoji v2.2.4+incompatible // indirect
github.com/markbates/inflect v1.0.4 // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
github.com/uber-go/atomic v1.3.2 // indirect
github.com/uber/jaeger-client-go v2.15.0+incompatible // indirect
github.com/uber/jaeger-lib v1.5.0 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.0.1 // indirect
golang.org/x/tools v0.1.1-0.20210319172145-bda8f5cee399
golang.org/x/tools/gopls v0.6.9 // indirect
pack.ag/amqp v0.11.0 // indirect
)
Loading

0 comments on commit e067d70

Please sign in to comment.