Browse Source

Update go bindata

at-2021
Andrea Spacca 3 years ago
parent
commit
bc7d8b8913
5 changed files with 15350 additions and 7690 deletions
  1. +8020
    -7688
      bindata_gen.go
  2. +1
    -1
      bower.json
  3. +3
    -0
      go.mod
  4. +7325
    -0
      package-lock.json
  5. +1
    -1
      package.json

+ 8020
- 7688
bindata_gen.go
File diff suppressed because it is too large
View File


+ 1
- 1
bower.json View File

@@ -13,7 +13,7 @@
"tests"
],
"dependencies": {
"videojs": "~7.9.7",
"videojs": "~7.10.2",
"bootstrap": "~3.0.0",
"modernizr": "~2.6.2",
"uri.js": "~1.14.1",


+ 3
- 0
go.mod View File

@@ -0,0 +1,3 @@
module github.com/dutchcoders/transfer.sh-web

go 1.15

+ 7325
- 0
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@@ -30,6 +30,6 @@
"time-grunt": "~1.0.0"
},
"engines": {
"node": ">=0.8.0"
"node": "^10.22.1"
}
}

Loading…
Cancel
Save