Skip to content

Commit f75533c

Browse files
committed
go mod vendor
1 parent aefab18 commit f75533c

File tree

7 files changed

+161
-104
lines changed

7 files changed

+161
-104
lines changed

Gopkg.lock

Lines changed: 0 additions & 50 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 34 deletions
This file was deleted.

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module github.com/wzshiming/pic2ascii
2+
3+
require (
4+
github.com/nareix/joy4 v0.0.0-20180814221533-7d93fa5e2add
5+
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
6+
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/nareix/joy4 v0.0.0-20180814221533-7d93fa5e2add h1:pv3rCcwHqetCVH0qXt3XRT+fx7TmYsiz/nczsLLPNro=
2+
github.com/nareix/joy4 v0.0.0-20180814221533-7d93fa5e2add/go.mod h1:aFJ1ZwLjvHN4yEzE5Bkz8rD8/d8Vlj3UIuvz2yfET7I=
3+
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 h1:00VmoueYNlNz/aHIilyyQz/MHSqGoWJzpFv/HW8xpzI=
4+
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=

vendor/github.com/nareix/joy4/format/mp4/demuxer.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/image/bmp/writer.go

Lines changed: 109 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# github.com/nareix/joy4 v0.0.0-20180814221533-7d93fa5e2add
2+
github.com/nareix/joy4/av/avutil
3+
github.com/nareix/joy4/cgo/ffmpeg
4+
github.com/nareix/joy4/format
5+
github.com/nareix/joy4/av
6+
github.com/nareix/joy4/codec/aacparser
7+
github.com/nareix/joy4/codec/h264parser
8+
github.com/nareix/joy4/format/aac
9+
github.com/nareix/joy4/format/flv
10+
github.com/nareix/joy4/format/mp4
11+
github.com/nareix/joy4/format/rtmp
12+
github.com/nareix/joy4/format/rtsp
13+
github.com/nareix/joy4/format/ts
14+
github.com/nareix/joy4/utils/bits
15+
github.com/nareix/joy4/utils/bits/pio
16+
github.com/nareix/joy4/codec
17+
github.com/nareix/joy4/codec/fake
18+
github.com/nareix/joy4/format/flv/flvio
19+
github.com/nareix/joy4/format/mp4/mp4io
20+
github.com/nareix/joy4/format/rtsp/sdp
21+
github.com/nareix/joy4/format/ts/tsio
22+
# golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
23+
golang.org/x/image/bmp
24+
golang.org/x/image/tiff
25+
golang.org/x/image/webp
26+
golang.org/x/image/tiff/lzw
27+
golang.org/x/image/riff
28+
golang.org/x/image/vp8
29+
golang.org/x/image/vp8l

0 commit comments

Comments
 (0)