diff options
| author | Xe <me@christine.website> | 2022-12-30 10:13:56 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-12-30 10:13:56 -0500 |
| commit | e3e8ebbcf82f221d026385c5a85d0afde62b3e3d (patch) | |
| tree | 1ab8a5811db5a64ed14d3112e47730d0fe97325a /go.mod | |
| parent | 9bdbd3156177640afaf18ca2c4ad783138004e4a (diff) | |
| download | x-e3e8ebbcf82f221d026385c5a85d0afde62b3e3d.tar.xz x-e3e8ebbcf82f221d026385c5a85d0afde62b3e3d.zip | |
add old hlang draft
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,6 +12,7 @@ require ( github.com/chai2010/webp v1.1.1 github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd github.com/disintegration/imaging v1.6.1 + github.com/eaburns/peggy v0.0.0-20190420135231-b61cdde6efe6 github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 github.com/fogleman/primitive v0.0.0-20190214200932-673f57e7b1b5 github.com/garyburd/redigo v1.6.4 @@ -26,6 +27,7 @@ require ( github.com/mmikulicic/stringlist v1.0.0 github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775 github.com/otiai10/copy v1.9.0 + github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea github.com/peterh/liner v1.2.2 github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/pkg/errors v0.9.1 @@ -69,12 +71,12 @@ require ( github.com/aws/smithy-go v1.13.2 // indirect github.com/coreos/go-iptables v0.6.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/eaburns/peggy v0.0.0-20190420135231-b61cdde6efe6 // indirect github.com/eaburns/pretty v0.0.0-20190404101635-2e1d2550ef0b // indirect github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect github.com/fogleman/gg v1.3.0 // indirect github.com/fxamacker/cbor/v2 v2.4.0 // indirect + github.com/go-interpreter/wagon v0.6.0 // indirect github.com/go-ole/go-ole v1.2.6 // indirect github.com/godbus/dbus/v5 v5.0.6 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect @@ -116,6 +118,7 @@ require ( github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect + github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect github.com/x448/float16 v0.8.4 // indirect github.com/yawning/bulb v0.0.0-20170405033506-85d80d893c3d // indirect go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect |
