ソースを参照

Update go bindata

at-2021
Andrea Spacca 3年前
コミット
bc7d8b8913
5個のファイルの変更15350行の追加7690行の削除
  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
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
bower.json ファイルの表示

@@ -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 ファイルの表示

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

go 1.15

+ 7325
- 0
package-lock.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
package.json ファイルの表示

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

読み込み中…
キャンセル
保存