Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/hashicorp/hcl/v2 v2.24.0
github.com/ttab/clitools v0.5.2
github.com/ttab/elephant-api v0.18.3-0.20251113140436-280cc9785c3b
github.com/ttab/elephantine v0.22.0
github.com/ttab/elephantine v0.23.4
github.com/ttab/revisor v0.9.4
github.com/twitchtv/twirp v8.1.3+incompatible
github.com/urfave/cli/v2 v2.27.7
Expand Down Expand Up @@ -74,6 +74,7 @@ require (
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.3.1 // indirect
github.com/ttab/newsdoc v0.7.4 // indirect
github.com/urfave/cli/v3 v3.6.1 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zclconf/go-cty v1.16.3 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ github.com/ttab/clitools v0.5.2 h1:0S9PpIZhV2jOsoZsTY5TIsNJ3iCIGe6xJsp6Tx60mHk=
github.com/ttab/clitools v0.5.2/go.mod h1:XNz00wGKdNIgBnGqqt8SFpySe/GxrFWdHNsNdoKH0Hg=
github.com/ttab/elephant-api v0.18.3-0.20251113140436-280cc9785c3b h1:nETkoU8/6nE80h8iOxAQUh0Ma1H68CEv+tGxh8M6Jnc=
github.com/ttab/elephant-api v0.18.3-0.20251113140436-280cc9785c3b/go.mod h1:2sd48dqSKazXhiPEpZyw648PWah0CUjDaQZ6MT48S4A=
github.com/ttab/elephantine v0.22.0 h1:7qURGWu+rNreTpjpagDAdTGs2LJsdhhAqEbKbl5xkz4=
github.com/ttab/elephantine v0.22.0/go.mod h1:yPPPD+H5yVZ9QHCd054znsh7s3DsZRx9LR9gUi+6rXo=
github.com/ttab/elephantine v0.23.4 h1:XtzaWvBICQQ3Ki78C5ROwXm2skkRllDz83UIfQYREvc=
github.com/ttab/elephantine v0.23.4/go.mod h1:ELaI2DR+Vm5GzSqgxQ2tWj2FrkucAzZlYP7maAvAtZU=
github.com/ttab/newsdoc v0.7.4 h1:9CUT+vGyUdwxj40biqaeG0bdGfcRd72XvqRsb1Ecih8=
github.com/ttab/newsdoc v0.7.4/go.mod h1:xrH3JCC39s/faj2CjoDZjBc6odiEYrakuiU4gjSqdok=
github.com/ttab/revisor v0.9.4 h1:ihtGEp/X58ELX/snJOfqunDF+o6BUMMNXeqmxAoQMBs=
Expand All @@ -177,6 +177,8 @@ github.com/twitchtv/twirp v8.1.3+incompatible h1:+F4TdErPgSUbMZMwp13Q/KgDVuI7HJX
github.com/twitchtv/twirp v8.1.3+incompatible/go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A=
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
github.com/urfave/cli/v3 v3.6.1 h1:j8Qq8NyUawj/7rTYdBGrxcH7A/j7/G8Q5LhWEW4G3Mo=
github.com/urfave/cli/v3 v3.6.1/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
Expand Down