Skip to content

Commit 1d1a027

Browse files
mundaymmvdan
authored andcommitted
go/build: format with latest gofmt
Change-Id: I172af5c83a0d4d79ad627ba9dfe02dead23bf3a6 Reviewed-on: https://go-review.googlesource.com/130376 Run-TryBot: Michael Munday <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
1 parent 94e4aca commit 1d1a027

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

src/go/build/deps_test.go

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -231,49 +231,49 @@ var pkgDeps = map[string][]string{
231231
"go/types": {"L4", "GOPARSER", "container/heap", "go/constant"},
232232

233233
// One of a kind.
234-
"archive/tar": {"L4", "OS", "syscall", "os/user"},
235-
"archive/zip": {"L4", "OS", "compress/flate"},
236-
"container/heap": {"sort"},
237-
"compress/bzip2": {"L4"},
238-
"compress/flate": {"L4"},
239-
"compress/gzip": {"L4", "compress/flate"},
240-
"compress/lzw": {"L4"},
241-
"compress/zlib": {"L4", "compress/flate"},
242-
"context": {"errors", "fmt", "reflect", "sync", "time"},
243-
"database/sql": {"L4", "container/list", "context", "database/sql/driver", "database/sql/internal"},
244-
"database/sql/driver": {"L4", "context", "time", "database/sql/internal"},
245-
"debug/dwarf": {"L4"},
246-
"debug/elf": {"L4", "OS", "debug/dwarf", "compress/zlib"},
247-
"debug/gosym": {"L4"},
248-
"debug/macho": {"L4", "OS", "debug/dwarf", "compress/zlib"},
249-
"debug/pe": {"L4", "OS", "debug/dwarf", "compress/zlib"},
250-
"debug/plan9obj": {"L4", "OS"},
251-
"encoding": {"L4"},
252-
"encoding/ascii85": {"L4"},
253-
"encoding/asn1": {"L4", "math/big"},
254-
"encoding/csv": {"L4"},
255-
"encoding/gob": {"L4", "OS", "encoding"},
256-
"encoding/hex": {"L4"},
257-
"encoding/json": {"L4", "encoding"},
258-
"encoding/pem": {"L4"},
259-
"encoding/xml": {"L4", "encoding"},
260-
"flag": {"L4", "OS"},
261-
"go/build": {"L4", "OS", "GOPARSER"},
262-
"html": {"L4"},
263-
"image/draw": {"L4", "image/internal/imageutil"},
264-
"image/gif": {"L4", "compress/lzw", "image/color/palette", "image/draw"},
265-
"image/internal/imageutil": {"L4"},
266-
"image/jpeg": {"L4", "image/internal/imageutil"},
267-
"image/png": {"L4", "compress/zlib"},
268-
"index/suffixarray": {"L4", "regexp"},
269-
"internal/singleflight": {"sync"},
270-
"internal/trace": {"L4", "OS"},
271-
"math/big": {"L4"},
272-
"mime": {"L4", "OS", "syscall", "internal/syscall/windows/registry"},
273-
"mime/quotedprintable": {"L4"},
274-
"net/internal/socktest": {"L4", "OS", "syscall", "internal/syscall/windows"},
275-
"net/url": {"L4"},
276-
"plugin": {"L0", "OS", "CGO"},
234+
"archive/tar": {"L4", "OS", "syscall", "os/user"},
235+
"archive/zip": {"L4", "OS", "compress/flate"},
236+
"container/heap": {"sort"},
237+
"compress/bzip2": {"L4"},
238+
"compress/flate": {"L4"},
239+
"compress/gzip": {"L4", "compress/flate"},
240+
"compress/lzw": {"L4"},
241+
"compress/zlib": {"L4", "compress/flate"},
242+
"context": {"errors", "fmt", "reflect", "sync", "time"},
243+
"database/sql": {"L4", "container/list", "context", "database/sql/driver", "database/sql/internal"},
244+
"database/sql/driver": {"L4", "context", "time", "database/sql/internal"},
245+
"debug/dwarf": {"L4"},
246+
"debug/elf": {"L4", "OS", "debug/dwarf", "compress/zlib"},
247+
"debug/gosym": {"L4"},
248+
"debug/macho": {"L4", "OS", "debug/dwarf", "compress/zlib"},
249+
"debug/pe": {"L4", "OS", "debug/dwarf", "compress/zlib"},
250+
"debug/plan9obj": {"L4", "OS"},
251+
"encoding": {"L4"},
252+
"encoding/ascii85": {"L4"},
253+
"encoding/asn1": {"L4", "math/big"},
254+
"encoding/csv": {"L4"},
255+
"encoding/gob": {"L4", "OS", "encoding"},
256+
"encoding/hex": {"L4"},
257+
"encoding/json": {"L4", "encoding"},
258+
"encoding/pem": {"L4"},
259+
"encoding/xml": {"L4", "encoding"},
260+
"flag": {"L4", "OS"},
261+
"go/build": {"L4", "OS", "GOPARSER"},
262+
"html": {"L4"},
263+
"image/draw": {"L4", "image/internal/imageutil"},
264+
"image/gif": {"L4", "compress/lzw", "image/color/palette", "image/draw"},
265+
"image/internal/imageutil": {"L4"},
266+
"image/jpeg": {"L4", "image/internal/imageutil"},
267+
"image/png": {"L4", "compress/zlib"},
268+
"index/suffixarray": {"L4", "regexp"},
269+
"internal/singleflight": {"sync"},
270+
"internal/trace": {"L4", "OS"},
271+
"math/big": {"L4"},
272+
"mime": {"L4", "OS", "syscall", "internal/syscall/windows/registry"},
273+
"mime/quotedprintable": {"L4"},
274+
"net/internal/socktest": {"L4", "OS", "syscall", "internal/syscall/windows"},
275+
"net/url": {"L4"},
276+
"plugin": {"L0", "OS", "CGO"},
277277
"runtime/pprof/internal/profile": {"L4", "OS", "compress/gzip", "regexp"},
278278
"testing/internal/testdeps": {"L4", "internal/testlog", "runtime/pprof", "regexp"},
279279
"text/scanner": {"L4", "OS"},

0 commit comments

Comments
 (0)