Skip to content

Commit

Permalink
update to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jq5 committed Feb 25, 2023
1 parent 3b9a206 commit 63f6c97
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 34 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# goDash Application

Current release version : 2.4.1 - updated for go 1.17+ (as of 05-03-2022)
Current release version : 2.4.2 - updated for go 1.20+ (as of 22-02-2023) and associated security vulnerabilities in older versions of "golang.org/x"

We kindly ask that should you mention [goDASH](https://github.com/uccmisl/godash) or [goDASHbed](https://github.com/uccmisl/godashbed) or use our code in your publication, that you would reference the following papers:

Expand All @@ -15,7 +15,7 @@ With the release of version 2.4.0+, we are also releasing amd64 docker container

An arm64 version of [goDASH](https://hub.docker.com/r/jjq52021/godash_arm64) is also available.

In the coming weeks we will also release a network build script, so as to permit a full evaluation of DASH algorithms and associated TCP and QUIC transport protocols within a Docker test framework.
In the coming weeks/months/years we will also release a network build script, so as to permit a full evaluation of DASH algorithms and associated TCP and QUIC transport protocols within a Docker test framework.

--------------------------------------------------------
## Operating System Compatibility
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.4.1
v2.4.2
2 changes: 1 addition & 1 deletion config/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"initBuffer" : 2,
"maxBuffer" : 60,
"maxHeight" : 1080,
"streamDuration" : 20,
"streamDuration" : 40,
"storeDash" : "off",
"outputFolder" : "123456",
"logFile" : "log_file_2",
Expand Down
56 changes: 32 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,48 +1,56 @@
module github.com/uccmisl/godash

// updates for godash v2.4.0
// updates for godash v2.4.2

go 1.17
go 1.20

require (
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/hashicorp/consul/api v1.12.0
github.com/lucas-clemente/quic-go v0.25.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
gonum.org/v1/gonum v0.9.3
google.golang.org/grpc v1.44.0
github.com/hashicorp/consul/api v1.18.0
// remove direct link to http3 folder, as it contains no go.mod file
github.com/quic-go/quic-go v0.33.0
golang.org/x/net v0.7.0
gonum.org/v1/gonum v0.12.0
google.golang.org/grpc v1.53.0
)

require (
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/cheekybits/genny v1.0.1-0.20190611084615-df3d48aa411e // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.12.0 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20230222194610-99052d3372e7 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.4.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/hashicorp/serf v0.9.6 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.10.1 // indirect
github.com/marten-seemann/qpack v0.2.1 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.0-beta.1 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.1 // indirect
github.com/onsi/ginkgo/v2 v2.8.3 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.26.0 // indirect
google.golang.org/genproto v0.0.0-20230221151758-ace64dc21148 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
Loading

0 comments on commit 63f6c97

Please sign in to comment.