Skip to content
Open
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
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,19 @@ require (
entgo.io/ent v0.6.0
github.com/Masterminds/squirrel v1.5.0
github.com/bdwilliams/go-jsonify v0.0.0-20141020182238-48749139e742
github.com/gin-gonic/gin v1.7.0
github.com/gin-gonic/gin v1.9.0
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/klauspost/compress v1.11.7 // indirect
github.com/lib/pq v1.10.0
github.com/mattn/go-sqlite3 v1.14.6
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/tidwall/pretty v1.1.0 // indirect
github.com/x-research-team/bus v0.0.0-20210307104915-782cf8ba0c40
github.com/x-research-team/contract v0.0.0-20210307104512-9f60da0c3706
github.com/x-research-team/implant v0.0.0-20210307110733-f1e9f7a9ba58
github.com/x-research-team/utils v0.0.0-20210315150249-a18056373ac1
github.com/x-research-team/vm v0.0.0-20210305090245-1710c9929861
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading