Commit 21fe6c30 authored by Cecylia Bocovich's avatar Cecylia Bocovich 💬
Browse files

Bug 32870: Update version of pion-webrtc

This updates the version of the pion webrtc library used by snowflake
to v2.1.18.
parent 41fd236b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://gopkg.in/check.v1
git_hash: 20d25e2804050c1cd24a7eea1e7a6447dd0e74ec
git_hash: 41f04d3bba152ddec2103e299fed053415705330 # v1.0.0
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

build: '[% c("projects/go/var/build_go_lib") %]'
@@ -10,8 +10,12 @@ var:
  container:
    use_container: 1
  go_lib: gopkg.in/check.v1
  go_lib_deps:
    - pretty

input_files:
  - project: container-image
  - name: go
    project: go
  - name: pretty
    project: pretty
+1 −4
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://github.com/pion/datachannel
git_hash: 401bef0a9b89c2ca212c908999709ff1967c9617 # v1.4.5
git_hash: 58b4a51d48764c2cb19e0c7ced43640a87857c69 # v1.4.13
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

build: '[% c("projects/go/var/build_go_lib") %]'
@@ -11,7 +11,6 @@ var:
    use_container: 1
  go_lib: github.com/pion/datachannel
  go_lib_deps:
    - go-spew
    - goerrors
    - pion-logging
    - pion-sctp
@@ -22,8 +21,6 @@ input_files:
  - project: container-image
  - name: go
    project: go
  - name: go-spew
    project: go-spew
  - name: goerrors
    project: goerrors
  - name: pion-logging
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://github.com/pion/dtls
git_hash: 91d652d3f91d6c08c193e4d297067f8f653775f9 # v1.5.1
git_hash: 8748e4ac8bf7960bbf399e6f23a9bf4dd30d4e92 # v2.0.0-rc.3
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

build: '[% c("projects/go/var/build_go_lib") %]'
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://github.com/pion/ice
git_hash: 45cb33ebe6b557dbf50a7779cd713aeedbc84813 # v0.5.13
git_hash: 57e7b93a4bac70ee2fd3b38cc2fdf3c6d586ed27 # v0.7.6
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

build: '[% c("projects/go/var/build_go_lib") %]'
+4 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://github.com/pion/mdns
git_hash: c5bfa7641a9decf65f7597ba5299c3ee36feb28e # v0.0.3
git_hash: 0200ff62c805e3b691a6b8764f2de93909b90bb3 # v0.0.4
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'

build: '[% c("projects/go/var/build_go_lib") %]'
@@ -13,6 +13,7 @@ var:
  go_lib_deps:
    - goxnet
    - pion-logging
    - pion-transport

input_files:
  - project: container-image
@@ -22,3 +23,5 @@ input_files:
    project: goxnet
  - name: pion-logging
    project: pion-logging
  - name: pion-transport
    project: pion-transport
Loading