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