forked from cloudwebrtc/go-sip-ua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 644 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/cloudwebrtc/go-sip-ua
go 1.13
require (
cloud.google.com/go/firestore v1.5.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/c-bata/go-prompt v0.2.6
github.com/ghettovoice/gosip v0.0.0-20211014110559-f0c4b77a298b
github.com/google/uuid v1.3.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pixelbender/go-sdp v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/tevino/abool v1.2.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
google.golang.org/api v0.43.0
)