forked from monzo/typhon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ameliaikeda/protobuf-support
Add in protocol buffer support
- Loading branch information
Showing
109 changed files
with
13,998 additions
and
108,748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
module github.com/monzo/typhon | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/deckarep/golang-set v1.7.1 | ||
github.com/fortytw2/leaktest v1.2.0 | ||
github.com/golang/protobuf v1.4.1 | ||
github.com/monzo/slog v0.0.0-20180411100359-4277a1759ecc | ||
github.com/monzo/terrors v0.0.0-20201123122426-526801726c25 | ||
github.com/stretchr/testify v1.2.2 | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 | ||
google.golang.org/protobuf v1.25.0 | ||
) | ||
|
||
require ( | ||
github.com/cihub/seelog v0.0.0-20151216151435-d2c6e5aa9fbf // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 // indirect | ||
) |
Oops, something went wrong.