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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ go 1.14

require (
github.com/fieldkit/app-protocol v0.0.0-20230706152129-9a8a1cea950c
github.com/fieldkit/atlas-protocol v0.0.0-20200303170218-9db763fe5163 // indirect
github.com/fieldkit/data-protocol v0.0.0-20230718181906-5db13c9c986f
github.com/golang/protobuf v1.5.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/robinpowered/go-proto v0.0.0-20160614142341-85ea3e1f1d3d
google.golang.org/protobuf v1.31.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
Loading