File: go.mod

package info (click to toggle)
golang-github-r3labs-sse 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 32
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/r3labs/sse/v2

go 1.13

require (
	github.com/stretchr/testify v1.7.0
	golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
	github.com/cenkalti/backoff/v4 v4.3.0
)