github.com/daixiang0/gci@v0.13.0/pkg/section/standard_list.go (about) 1 package section 2 3 // Code generated based on go1.22.0 X:arenas. DO NOT EDIT. 4 5 var standardPackages = map[string]struct{}{ 6 "archive/tar": {}, 7 "archive/zip": {}, 8 "arena": {}, 9 "bufio": {}, 10 "bytes": {}, 11 "cmp": {}, 12 "compress/bzip2": {}, 13 "compress/flate": {}, 14 "compress/gzip": {}, 15 "compress/lzw": {}, 16 "compress/zlib": {}, 17 "container/heap": {}, 18 "container/list": {}, 19 "container/ring": {}, 20 "context": {}, 21 "crypto": {}, 22 "crypto/aes": {}, 23 "crypto/cipher": {}, 24 "crypto/des": {}, 25 "crypto/dsa": {}, 26 "crypto/ecdh": {}, 27 "crypto/ecdsa": {}, 28 "crypto/ed25519": {}, 29 "crypto/elliptic": {}, 30 "crypto/hmac": {}, 31 "crypto/md5": {}, 32 "crypto/rand": {}, 33 "crypto/rc4": {}, 34 "crypto/rsa": {}, 35 "crypto/sha1": {}, 36 "crypto/sha256": {}, 37 "crypto/sha512": {}, 38 "crypto/subtle": {}, 39 "crypto/tls": {}, 40 "crypto/x509": {}, 41 "crypto/x509/pkix": {}, 42 "database/sql": {}, 43 "database/sql/driver": {}, 44 "debug/buildinfo": {}, 45 "debug/dwarf": {}, 46 "debug/elf": {}, 47 "debug/gosym": {}, 48 "debug/macho": {}, 49 "debug/pe": {}, 50 "debug/plan9obj": {}, 51 "embed": {}, 52 "encoding": {}, 53 "encoding/ascii85": {}, 54 "encoding/asn1": {}, 55 "encoding/base32": {}, 56 "encoding/base64": {}, 57 "encoding/binary": {}, 58 "encoding/csv": {}, 59 "encoding/gob": {}, 60 "encoding/hex": {}, 61 "encoding/json": {}, 62 "encoding/pem": {}, 63 "encoding/xml": {}, 64 "errors": {}, 65 "expvar": {}, 66 "flag": {}, 67 "fmt": {}, 68 "go/ast": {}, 69 "go/build": {}, 70 "go/build/constraint": {}, 71 "go/constant": {}, 72 "go/doc": {}, 73 "go/doc/comment": {}, 74 "go/format": {}, 75 "go/importer": {}, 76 "go/parser": {}, 77 "go/printer": {}, 78 "go/scanner": {}, 79 "go/token": {}, 80 "go/types": {}, 81 "go/version": {}, 82 "hash": {}, 83 "hash/adler32": {}, 84 "hash/crc32": {}, 85 "hash/crc64": {}, 86 "hash/fnv": {}, 87 "hash/maphash": {}, 88 "html": {}, 89 "html/template": {}, 90 "image": {}, 91 "image/color": {}, 92 "image/color/palette": {}, 93 "image/draw": {}, 94 "image/gif": {}, 95 "image/jpeg": {}, 96 "image/png": {}, 97 "index/suffixarray": {}, 98 "io": {}, 99 "io/fs": {}, 100 "io/ioutil": {}, 101 "log": {}, 102 "log/slog": {}, 103 "log/syslog": {}, 104 "maps": {}, 105 "math": {}, 106 "math/big": {}, 107 "math/bits": {}, 108 "math/cmplx": {}, 109 "math/rand": {}, 110 "math/rand/v2": {}, 111 "mime": {}, 112 "mime/multipart": {}, 113 "mime/quotedprintable": {}, 114 "net": {}, 115 "net/http": {}, 116 "net/http/cgi": {}, 117 "net/http/cookiejar": {}, 118 "net/http/fcgi": {}, 119 "net/http/httptest": {}, 120 "net/http/httptrace": {}, 121 "net/http/httputil": {}, 122 "net/http/pprof": {}, 123 "net/mail": {}, 124 "net/netip": {}, 125 "net/rpc": {}, 126 "net/rpc/jsonrpc": {}, 127 "net/smtp": {}, 128 "net/textproto": {}, 129 "net/url": {}, 130 "os": {}, 131 "os/exec": {}, 132 "os/signal": {}, 133 "os/user": {}, 134 "path": {}, 135 "path/filepath": {}, 136 "plugin": {}, 137 "reflect": {}, 138 "regexp": {}, 139 "regexp/syntax": {}, 140 "runtime": {}, 141 "runtime/cgo": {}, 142 "runtime/coverage": {}, 143 "runtime/debug": {}, 144 "runtime/metrics": {}, 145 "runtime/pprof": {}, 146 "runtime/race": {}, 147 "runtime/trace": {}, 148 "slices": {}, 149 "sort": {}, 150 "strconv": {}, 151 "strings": {}, 152 "sync": {}, 153 "sync/atomic": {}, 154 "syscall": {}, 155 "testing": {}, 156 "testing/fstest": {}, 157 "testing/iotest": {}, 158 "testing/quick": {}, 159 "testing/slogtest": {}, 160 "text/scanner": {}, 161 "text/tabwriter": {}, 162 "text/template": {}, 163 "text/template/parse": {}, 164 "time": {}, 165 "time/tzdata": {}, 166 "unicode": {}, 167 "unicode/utf16": {}, 168 "unicode/utf8": {}, 169 "unsafe": {}, 170 }