File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/dgrijalva/jwt-go v3.2.0+incompatible
77 github.com/go-playground/validator/v10 v10.11.1
88 github.com/gofiber/fiber/v2 v2.40.1
9- github.com/memphisdev/memphis.go v0.2.1
9+ github.com/memphisdev/memphis.go v0.2.2-beta. 1
1010 github.com/nats-io/nats.go v1.19.0
1111 github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
1212)
@@ -16,6 +16,7 @@ require (
1616 github.com/ghodss/yaml v1.0.0 // indirect
1717 github.com/go-playground/locales v0.14.0 // indirect
1818 github.com/go-playground/universal-translator v0.18.0 // indirect
19+ github.com/gofrs/uuid v4.4.0+incompatible // indirect
1920 github.com/graph-gophers/graphql-go v1.4.0 // indirect
2021 github.com/klauspost/compress v1.15.9 // indirect
2122 github.com/leodido/go-urn v1.2.1 // indirect
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ github.com/go-playground/validator/v10 v10.11.1 h1:prmOlTVv+YjZjmRmNSF3VmspqJIxJ
2121github.com/go-playground/validator/v10 v10.11.1 /go.mod h1:i+3WkQ1FvaUjjxh1kSvIA4dMGDBiPU55YFDl0WbKdWU =
2222github.com/gofiber/fiber/v2 v2.40.1 h1:pc7n9VVpGIqNsvg9IPLQhyFEMJL8gCs1kneH5D1pIl4 =
2323github.com/gofiber/fiber/v2 v2.40.1 /go.mod h1:Gko04sLksnHbzLSRBFWPFdzM9Ws9pRxvvIaohJK1dsk =
24+ github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA =
25+ github.com/gofrs/uuid v4.4.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
2426github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
2527github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw =
2628github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
@@ -48,6 +50,8 @@ github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWV
4850github.com/mattn/go-runewidth v0.0.14 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
4951github.com/memphisdev/memphis.go v0.2.1 h1:FHY/ZVPXg2qAf2NP07yXz8RWGARzLrwKR3SwQsl2g+Q =
5052github.com/memphisdev/memphis.go v0.2.1 /go.mod h1:EdyV10nMnfFAt7x745y4LUtKuxpJcaOOOUlfQY5++RY =
53+ github.com/memphisdev/memphis.go v0.2.2-beta.1 h1:X4wRich1ZYJlGqUJXIhlvQVvKRrRnBkbJ4jBskl2xG4 =
54+ github.com/memphisdev/memphis.go v0.2.2-beta.1 /go.mod h1:TDmIYkqkhL8LCD4p6zrQnrxvf3GxTXZr1/HuI4KMffg =
5155github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g =
5256github.com/minio/highwayhash v1.0.2 /go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY =
5357github.com/nats-io/jwt/v2 v2.3.0 h1:z2mA1a7tIf5ShggOFlR1oBPgd6hGqcDYsISxZByUzdI =
You can’t perform that action at this time.
0 commit comments