Imports
- github.com/gorilla/websocket
- gopkg.in/yaml.v3
- github.com/BurntSushi/toml
- github.com/shirou/gopsutil/v3/process
- github.com/yuin/goldmark
- github.com/yuin/goldmark/extension
- github.com/yuin/goldmark/parser
- github.com/yuin/goldmark/renderer/html
- golang.org/x/sys/unix
- github.com/paularlott/logger
- github.com/paularlott/logger/slog
- github.com/paularlott/snapshotkv
Imports in module “github.com/paularlott/scriptling”
- github.com/paularlott/scriptling/evaluator
- github.com/paularlott/scriptling/object
- github.com/paularlott/scriptling/stdlib
- github.com/paularlott/scriptling/errors
- github.com/paularlott/scriptling/build
- github.com/paularlott/scriptling/extlibs/fssecurity
- github.com/paularlott/scriptling/pool
- github.com/paularlott/scriptling/evaliface
- github.com/paularlott/scriptling/conversion
- github.com/paularlott/scriptling/extlibs/secretprovider
Standard library imports
- archive/tar
- archive/zip
- bufio
- bytes
- compress/gzip
- context
- crypto/rand
- encoding/base64
- encoding/binary
- encoding/csv
- encoding/hex
- encoding/json
- encoding/xml
- errors
- fmt
- hash/crc64
- html
- html/template
- io
- math
- math/big
- net
- net/http
- net/url
- os
- os/exec
- path/filepath
- regexp
- runtime
- sort
- strconv
- strings
- sync
- sync/atomic
- text/template
- time
- unicode/utf8